C# 클래스 FCJSPDFGenerator, temona.Iot.study

FusionCharts Exporter - 'PDF Resource' handles FusionCharts (since v3.1) Server Side Export feature that helps FusionCharts exported as PDF file.
파일 보기 프로젝트 열기: TEMONA/temona.Iot.study 1 사용 예제들

공개 메소드들

메소드 설명
FCJSPDFGenerator ( bool IsJsChart, MemoryStream ImageStream, string width, string height ) : System
FCJSPDFGenerator ( bool IsJsChart, string fileName, string width, string height ) : System
getBinaryStream ( string strFormat ) : MemoryStream

Gets the binary data stream of the image The passed parameter determines the file format of the image to be exported

비공개 메소드들

메소드 설명
addImageToPDF ( int id, bool isCompressed ) : byte[]
calculateXPos ( int posn ) : string
getBitmapData24 ( MemoryStream ImageStream ) : byte[]
getBitmapData24 ( string fileName ) : byte[]
getPDFObjects ( bool isCompressed ) : byte[]
getTrailer ( int xrefpos ) : string
getTrailer ( int xrefpos, int numxref ) : string
getXObjResource ( ) : string
getXObjResource ( int itr ) : string
hexToBytes ( string strHex ) : byte[]
stringToBytes ( string str ) : byte[]

메소드 상세

FCJSPDFGenerator() 공개 메소드

public FCJSPDFGenerator ( bool IsJsChart, MemoryStream ImageStream, string width, string height ) : System
IsJsChart bool
ImageStream MemoryStream
width string
height string
리턴 System

FCJSPDFGenerator() 공개 메소드

public FCJSPDFGenerator ( bool IsJsChart, string fileName, string width, string height ) : System
IsJsChart bool
fileName string
width string
height string
리턴 System

getBinaryStream() 공개 메소드

Gets the binary data stream of the image The passed parameter determines the file format of the image to be exported
public getBinaryStream ( string strFormat ) : MemoryStream
strFormat string
리턴 MemoryStream