[ROOT] --> C++Client
PCREPDFOutputOptions
getBlobFieldBitmapImage
getBlobFieldOLEImage
getChartImage
getFontEmbeddingLevel
getOLEImage
getTextFlateLevel
resetOptions
setBlobFieldBitmapImage
setBlobFieldBitmapImage
setBlobFieldOLEImage
setBlobFieldOLEImage
setChartImage
setChartImage
setFontEmbeddingLevel
setOLEImage
setOLEImage
setTextFlateLevel
PCREPDFOutputOptions ( ) ;
void resetOptions ( ) ;
Set the following options to an undefined state: PdfTextFlate, PdfFontEmbed, PdfFlags, PdfChartImage, PdfOLEImage, PdfBlobBitmapImage, and PdfBlobOLEImage.
int getTextFlateLevel ( ) ;
Returns the compression level.
void setTextFlateLevel ( int level ) ;
Change the compression factor. The constant indicating compression level. Acceptable values are: PE_PDF_DefaultTextFlate, PE_PDF_SizeOptimalextFlate, PE_PDF_NeverTextFlate, PE_PDFAlwaysTextFlate.
| level | The constant indicating compression level. Acceptable values: PE_PDF_DefaultTextFlate, PE_PDF_SizeOptimalextFlate, PE_PDF_NeverTextFlate, PE_PDF_AlwaysTextFlate. |
Brief Description of Constants:
PE_PDF_DefaultTextFlate. Apply flate compression if the result is smaller than the uncompressed stream.
PE_PDF_SizeOptimalTextFlate. Apply flate compression if the result is smaller than the uncompressed stream.
PE_PDF_NeverTextFlate. Never apply flate compression under any condition.
PE_PDF_AlwaysTextFlate. Apply flate compression whenever possible.
int getFontEmbeddingLevel ( ) ;
Returns the font embedding level.
void setFontEmbeddingLevel ( int level ) ;
Changes the font embedding level.
| level | The constant indicating font embedding level. Acceptable values: PE_PDF_DefaultFontEmbedding, PE_PDF_MinimalFontEmbedding, PE_PDF_MinimalFontEmbeddingPlusZippedSymbols, PE_PDF_AlwaysEmbedWholeFonts, PE_PDF_AlwaysEmbedWholeZippedFonts. |
Brief Description of Constants:
PE_PDF_DefaultFontEmbedding. Embed minimal, regular fonts; embed full symbol fonts.
PE_PDF_MinimalFontEmbedding. Embed minimal, regular fonts; embed full symbol fonts.
PE_PDF_MinimalFontEmbeddingPlusZippedSymbols. Embed minimalregular fonts; embed full zipped symbols fonts.
PE_PDF_AlwaysEmbedWholeFonts. Embed full fonts for all fonts.
PE_PDF_AlwaysEmbedWholeZippedFonts. Embed full zipped fonts for all fonts.
PDFImage getChartImage ( ) ;
Retrieve PDF chart image.
void setChartImage ( const PDFImage & image ) ;
Change PDF chart image.
| image | Reference to the PDF chart image. |
void setChartImage ( int type = PE_PDF_DefaultImageType ,
int resolution = 2 ,
int encode8 = PE_PDF_Raw ,
int encode24 = PE_PDF_Raw ) ;
Change chart image by specification of components.
PDFImage getOLEImage ( ) ;
Retrieve the OLE image.
void setOLEImage ( const PDFImage & image ) ;
Change the OLE image.
| image | Reference to the PDF chart image. |
void setOLEImage ( int type = PE_PDF_DefaultImageType ,
int resolution = 2 ,
int encode8 = PE_PDF_Raw ,
int encode24 = PE_PDF_Raw ) ;
Change OLE image by specification of components.
PDFImage getBlobFieldBitmapImage ( ) ;
Retrieve the blob field bitmap image.
void setBlobFieldBitmapImage ( const PDFImage & image ) ;
Change the blob field bitmap image.
| image | Reference to the PDF chart image. |
void setBlobFieldBitmapImage ( int type = PE_PDF_DefaultImageType ,
int resolution = 2 ,
int encode8 = PE_PDF_Raw ,
int encode24 = PE_PDF_Raw ) ;
Change the blob field bitmap image by specification of components.
PDFImage getBlobFieldOLEImage ( ) ;
Retrieve the blob field OLE image.
void setBlobFieldOLEImage ( const PDFImage & image ) ;
Change the blob field OLE image by specifying new PDF image.
| image | Reference to the PDF chart image. |
void setBlobFieldOLEImage ( int type = PE_PDF_DefaultImageType ,
int resolution = 2 ,
int encode8 = PE_PDF_Raw ,
int encode24 = PE_PDF_Raw ) ;
Change the blob field OLE image by specification of components.