API Reference > OdExport Classes > PDFExportParams Class
PDFExportParams Class
TD_PDF_2D_EXPORT__PDFExportParams
Syntax
C++
class PDFExportParams;

PdfExportParams.h

This class implements the PDF export parameters. 

 

 
Name 
Description 
 
Destroys the set of export parameters. 
 
Creates a new set of export parameters with default values. 
 
Name 
Description 
 
This is currentVersion, a member of class PDFExportParams. 
 
Reserved parameter: bit 1 - ZoomToExtents auxiliary flag - default value 0 [ExactExtents]. For internal use only. It is strongly NOT recommended to use it in your code! 
 
Name 
Description 
 
Export color policy. Determines how colors form an original drawing are exported to .pdf file. 
 
Hatches export type. 
 
PDF/A format mode enumeration. 
 
PDF export flags enumeration that can be used for handling the export process. 
 
PDF format versions enumeration, used during the export process. 
 
Shaded viewport export policy 
 
PRC export support enumeration. 
 
Searchable text type. 
 
Name 
Description 
 
This is addLayout, a member of class PDFExportParams. 
 
Adds a new watermark.  
 
Retrieves the current value of the PDF/A mode.  
 
Retrieves the author of the output PDF document.  
 
Retrieves the current value of the background color for the output PDF document.  
 
Retrieves the current value of the resolution for monochrome images in the output PDF document (in dots per inch, dpi).  
 
Clears multiple db settings (array of database and array of indexes). 
 
Clears the PRC background color. 
 
Clears the Watermarks array. 
 
Retrieves the current value of the resolution for color and grayscale images (in dots per inch, dpi).  
 
Retrieves the color policy.  
 
Retrieves the output PDF document creator.  
 
Retrieves the database to be exported.  
 
This is the overview for the databases method overload. 
 
Retrieves whether the DCT compression option is enabled.  
 
Retrieves the currently used quality of DCT compression.  
 
Retrieves whether XObjects are exported.  
 
Retrieves the current PDF export flags.  
 
Retrieves the current export reactor.  
 
Retrieves the current value of the disable gs device for shaded views option.  
 
Retrieves the currently used vector resolution (in dots per inch, dpi).  
 
Retrieves the background color for PRC content.  
 
This is the overview for the getPRCContext method overload. 
 
Retrieves the PRC mode option.  
 
Retrieves the current rendering mode for PRC content.  
 
Retrieves the type of gradient hatches export.  
 
Retrieves the PRC background option.  
 
Retrieves the current compression level for PRC content.  
 
Retrieves whether the tessellation compression for PRC content is enabled.  
 
Retrieves the current value of the resolution for images created as a result of hatch export (in dots per inch, dpi).  
 
Retrieves whether the image cropping option is enabled.  
 
This is isParallelDisplay, a member of class PDFExportParams. 
 
This is isParallelVectorization, a member of class PDFExportParams. 
 
Determines whether SHX fonts are exported as geometry.  
 
Determines whether TTF fonts are exported as geometry.  
 
Retrieves keywords associated with the output PDF document.  
 
This is the overview for the layouts method overload. 
 
Retrieves the type of other (non-solid) hatches export.  
 
Retrieves the output stream that is used for writing the output PDF file.  
 
Retrieves the array of page parameters to be used during the exporting.  
 
Retrieves the palette to be used during the exporting.  
 
Retrieves the output PDF document producer.  
 
Determines whether the searchable text is exported as invisible text.  
 
Determines whether the searchable text is exported from rendered views.  
 
Retrieves the current value of the searchable text type.  
 
Sets a new PDF/A mode value.
 
 
Sets a new value of the author of the output PDF document.
 
 
Sets a new value of the background color for the output PDF document.
 
 
Sets a new value of the resolution for monochrome images in the output PDF document.
 
 
Sets a new value of the resolution for color and grayscale images.
 
 
Sets a new export color policy value.
 
 
Sets a new value of the output PDF document creator.
 
 
Sets a database to be exported.
 
 
Sets the DCT compression option.  
 
Sets a new value of the quality of DCT compression.  
 
Sets a new value of the XObject export flag. XObject export flag determines whether XObjects are exported (if it is equal to true) or not (if it is equal to false).  
 
Sets a new export flags value.
 
 
Sets a new export reactor object.  
 
Sets a new value of the disable GS device for shaded views option.  
 
Sets a new value for vector resolution.
 
 
Sets the type of gradient hatches export.
 
 
Sets a new value of the resolution for images created as a result of hatch export.
 
 
Sets a new value of the image cropping option.  
 
Sets keywords associated with the output PDF document.
 
 
Sets an array of drawing layouts to be exported to PDF.
 
 
Sets the type of other (non-solid) hatches export.
 
 
Sets a new output stream object for writing the output PDF file.
 
 
Sets a new array of page parameters to be used during the exporting.
 
 
Sets a new palette to be used during the exporting.
 
 
This is setParallelDisplay, a member of class PDFExportParams. 
 
This is setParallelVectorization, a member of class PDFExportParams. 
 
Sets a new PRC background color.
 
 
Set the PRC objects compression option.  
 
Sets prc export context
 
 
Sets export to PRC flag value.
 
 
Sets prc rendering mode
 
 
Sets a new value of the output PDF document producer.
 
 
Sets a new value of the invisible text flag. The invisible text flag defines whether the searchable text is exported as invisible text (if equals to true).  
 
Sets a new value of the export from rendered views flag. The export from rendered views flag defines whether the searchable text is exported from rendered views (if equals to true) or not (if equals to false).  
 
Sets a new searchable text type value.
 
 
Sets a new value of the shaded viewports export mode.  
 
Sets the type of solid hatches export.
 
 
Sets a new value of the output PDF document subject.
 
 
Sets a new title for the output PDF document.
 
 
Sets a new value of the shaded views transparency option.  
 
Sets the upscaling option.  
 
Sets the GsCache option.  
 
Sets the extents calculation mode value.  
 
Sets a new value for the version parameter of the output PDF file.
 
 
Retrieves the current value of the shaded viewports export mode.  
 
Retrieves the current type of solid hatches export.  
 
Retrieves a value of the output PDF document subject.  
 
Retrieves the current title for the output PDF document.  
 
Retrieves the transparency for shaded views option value.  
 
Retrieves whether the upscaling option is enabled.  
 
Retrieves the current value of the GsCache option.  
 
Retrieves whether the extents calculation mode is enabled.  
 
Retrieves the version of the output PDF file.  
 
Retrieves the array of watermarks.  
Copyright © 2002–2020. Open Design Alliance. All rights reserved.