Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
DWG2PDFSettingData () | |
Constructor, with parameters. | |
Properties | |
int | export_flags [get, set] |
The export flags used for the converted PDF document. Please refer to values starting from foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportFlags.e_FlagEmbededTTF and this can be one or a combination of these values It could also be 0, which means all bits in the flag are 0. | |
DWG2PDFSettingData.DWG2PDFExportHatchesType | export_hatches_type [get, set] |
The type of solid hatches export. More... | |
DWG2PDFSettingData.DWG2PDFExportHatchesType | gradient_export_hatches_type [get, set] |
The type of gradient hatches export. More... | |
bool | is_active_layout [get, set] |
true means to export the active layout only, while false means not. | |
DWG2PDFSettingData.DWG2PDFExportHatchesType | other_export_hatches_type [get, set] |
The type of other (non-solid) hatches export. More... | |
string | output_author [get, set] |
The author for the output PDF document, an empty string will be used as default. | |
string | output_creator [get, set] |
The creator for the output PDF document, an empty string will be used as default. | |
string | output_keywords [get, set] |
The keywords for the output PDF document, an empty string will be used as default. | |
string | output_producer [get, set] |
The producer for the output PDF document, an empty string will be used as default. | |
string | output_subject [get, set] |
The subject for the output PDF document, an empty string will be used as default. | |
string | output_title [get, set] |
The title for the output PDF document, an empty string will be used as default. | |
float | paper_height [get, set] |
The paper height used for the converted PDF document. More... | |
float | paper_width [get, set] |
The paper width used for the converted PDF document. More... | |
DWG2PDFSettingData.DWG2PDFSearchableTextType | searchable_text_type [get, set] |
The type of search text type. More... | |
This class represents settings used for converting DWG to PDF. This would be used in class Convert .
Enumeration for flags of DWG to PDF export.
Values of this enumeration could be used alone or in a combination.
Enumeration for hatches export type used for converting DWG to PDF.
Values of this enumeration should be used alone.
Enumeration for searchable text type used for converting DWG to PDF.
Values of this enumeration should be used alone.
|
getset |
The type of solid hatches export.
It use foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportHatchesType.e_DWG2PDFExportHatchesTypeBitmap as the default value of this option. Please refer to values starting from foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportHatchesType.e_DWG2PDFExportHatchesTypeBitmap and this should be one of these values.
|
getset |
The type of gradient hatches export.
For this option, only foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportHatchesType.e_DWG2PDFExportHatchesTypeBitmap and foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportHatchesType.e_DWG2PDFExportHatchesTypeDrawing are supported. It use foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportHatchesType.e_DWG2PDFExportHatchesTypeBitmap as the default value of this option. Please refer to values starting from foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportHatchesType.e_DWG2PDFExportHatchesTypeBitmap and this should be one of these values
|
getset |
The type of other (non-solid) hatches export.
For this option, only foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportHatchesType.e_DWG2PDFExportHatchesTypeBitmap and foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportHatchesType.e_DWG2PDFExportHatchesTypeDrawing are supported. It use foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportHatchesType.e_DWG2PDFExportHatchesTypeBitmap as the default value of this option. Please refer to values starting from foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportHatchesType.e_DWG2PDFExportHatchesTypeBitmap and this should be one of these values
|
getset |
The paper height used for the converted PDF document.
This option can be used if layout geometry will be zoomed to paper size(foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportFlags.e_FlagZoomToExtentsMode are enabled by export_flags). It use the default value 297.0f. this values are in millimeters.
|
getset |
The paper width used for the converted PDF document.
This option can be used if layout geometry will be zoomed to paper size(foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportFlags.e_FlagZoomToExtentsMode are enabled by export_flags). It use the default value 210.0f. this values are in millimeters.
|
getset |
The type of search text type.
This option can be used if SHX or TTF text exported as geometry(foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportFlags.e_FlagTTFTextAsGeometry and foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFExportFlags.e_FlagSHXTextAsGeometry are enabled by export_flags). It use foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFSearchableTextType.e_DWG2PDFSearchableTextTypeNoSearch as the default value of this option. Please refer to values starting from foxit.addon.conversion.DWG2PDFSettingData.DWG2PDFSearchableTextType.e_DWG2PDFSearchableTextTypeNoSearch and this should be one of these values.