Метод | Описание | |
---|---|---|
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[] |
public FCJSPDFGenerator ( bool IsJsChart, MemoryStream ImageStream, string width, string height ) : System | ||
IsJsChart | bool | |
ImageStream | MemoryStream | |
width | string | |
height | string | |
Результат | System |
public FCJSPDFGenerator ( bool IsJsChart, string fileName, string width, string height ) : System | ||
IsJsChart | bool | |
fileName | string | |
width | string | |
height | string | |
Результат | System |
public getBinaryStream ( string strFormat ) : MemoryStream | ||
strFormat | string | |
Результат | MemoryStream |