Foxit PDF SDK
|
Inherits Object.
Public Member Functions | |
DWG2PDFSettingData () | |
Constructor, with parameters. | |
DWG2PDFSettingData & | operator= (const DWG2PDFSettingData &data) |
Assign operator. More... | |
Public Attributes | |
uint32 | export_flags |
The export flags used for the converted PDF document. Please refer to values starting from DWG2PDFSettingData::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. | |
DWG2PDFExportHatchesType | export_hatches_type |
The type of solid hatches export. More... | |
DWG2PDFExportHatchesType | gradient_export_hatches_type |
The type of gradient hatches export. More... | |
bool | is_active_layout |
true means to export the active layout only, while false means not. Default value: false. | |
DWG2PDFExportHatchesType | other_export_hatches_type |
The type of other (non-solid) hatches export. More... | |
foxit::WString | output_author |
The author for the output PDF document, an empty string will be used as default. | |
foxit::WString | output_creator |
The creator for the output PDF document, an empty string will be used as default. | |
foxit::WString | output_keywords |
The keywords for the output PDF document, an empty string will be used as default. | |
foxit::WString | output_producer |
The producer for the output PDF document, an empty string will be used as default. | |
foxit::WString | output_subject |
The subject for the output PDF document, an empty string will be used as default. | |
foxit::WString | output_title |
The title for the output PDF document, an empty string will be used as default. | |
float | paper_height |
The paper height used for the converted PDF document. More... | |
float | paper_width |
The paper width used for the converted PDF document. More... | |
DWG2PDFSearchableTextType | searchable_text_type |
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.
|
inline |
Assign operator.
[in] | data | Another DWG-to-PDF setting data object, whose value would be assigned to current object. |
DWG2PDFExportHatchesType foxit::addon::conversion::DWG2PDFSettingData::export_hatches_type |
The type of solid hatches export.
It use DWG2PDFSettingData::e_DWG2PDFExportHatchesTypeBitmap as the default value of this option. Please refer to values starting from DWG2PDFSettingData::e_DWG2PDFExportHatchesTypeBitmap and this should be one of these values.
DWG2PDFExportHatchesType foxit::addon::conversion::DWG2PDFSettingData::gradient_export_hatches_type |
The type of gradient hatches export.
For this option, only DWG2PDFSettingData::e_DWG2PDFExportHatchesTypeBitmap and DWG2PDFSettingData::e_DWG2PDFExportHatchesTypeDrawing are supported. It use DWG2PDFSettingData::e_DWG2PDFExportHatchesTypeBitmap as the default value of this option. Please refer to values starting from DWG2PDFSettingData::e_DWG2PDFExportHatchesTypeBitmap and this should be one of these values
DWG2PDFExportHatchesType foxit::addon::conversion::DWG2PDFSettingData::other_export_hatches_type |
The type of other (non-solid) hatches export.
For this option, only DWG2PDFSettingData::e_DWG2PDFExportHatchesTypeBitmap and DWG2PDFSettingData::e_DWG2PDFExportHatchesTypeDrawing are supported. It use DWG2PDFSettingData::e_DWG2PDFExportHatchesTypeBitmap as the default value of this option. Please refer to values starting from DWG2PDFSettingData::e_DWG2PDFExportHatchesTypeBitmap and this should be one of these values
float foxit::addon::conversion::DWG2PDFSettingData::paper_height |
The paper height used for the converted PDF document.
This option can be used if layout geometry will be zoomed to paper size(DWG2PDFSettingData::e_FlagZoomToExtentsMode are enabled by export_flags). It use the default value 297.0f. this values are in millimeters.
float foxit::addon::conversion::DWG2PDFSettingData::paper_width |
The paper width used for the converted PDF document.
This option can be used if layout geometry will be zoomed to paper size(DWG2PDFSettingData::e_FlagZoomToExtentsMode are enabled by export_flags). It use the default value 210.0f. this values are in millimeters.
DWG2PDFSearchableTextType foxit::addon::conversion::DWG2PDFSettingData::searchable_text_type |
The type of search text type.
This option can be used if SHX or TTF text exported as geometry(DWG2PDFSettingData::e_FlagTTFTextAsGeometry and DWG2PDFSettingData::e_FlagSHXTextAsGeometry are enabled by export_flags). It use DWG2PDFSettingData::e_DWG2PDFSearchableTextTypeNoSearch as the default value of this option. Please refer to values starting from DWG2PDFSettingData::e_DWG2PDFSearchableTextTypeNoSearch and this should be one of these values.