Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
Office2PDFSettingData () | |
Constructor. | |
Office2PDFSettingData (string resource_folder_path, bool is_embed_font, Word2PDFConfig word_setting_data, Excel2PDFConfig excel_setting_data) | |
Constructor, with parameters. More... | |
void | Set (string resource_folder_path, bool is_embed_font, Word2PDFConfig word_setting_data, Excel2PDFConfig excel_setting_data) |
Set value. More... | |
Properties | |
Excel2PDFConfig? | excel_setting_data [get, set] |
A setting data object that used for converting Excel format documents to PDF format documents. More... | |
bool | is_embed_font [get, set] |
A boolean value which indicates whether to embed font in the converted file,Default value: false. More... | |
string | resource_folder_path [get, set] |
A valid path of a folder which contains resource data files. This should not be an empty string. More... | |
Word2PDFConfig? | word_setting_data [get, set] |
A setting data object that used for converting Word format documents to PDF format documents. More... | |
This class represents setting data used for converting Office(Word, Excel or PowerPoint) to PDF format file.
|
inline |
Constructor, with parameters.
[in] | resource_folder_path | A valid path of a folder which contains resource data files. This should not be an empty string. These resource data files are used to simulate the pdf format document typesetting process during conversion. They are offered in the "res/office2pdf" folder of the Foxit PDF Conversion SDK package. |
[in] | is_embed_font | true means to embed font in the converted file, while false means not. |
[in] | word_setting_data | A setting data object that used for converting Word format documents to PDF format documents. |
[in] | excel_setting_data | A setting data object that used for converting Excel format documents to PDF format documents. |
|
inline |
Set value.
[in] | resource_folder_path | A valid path of a folder which contains resource data files. This should not be an empty string. These resource data files are used to simulate the pdf format document typesetting process during conversion. They are offered in the "res/office2pdf" folder of the Foxit PDF Conversion SDK package. |
[in] | is_embed_font | true means to embed font in the converted file, while false means not. |
[in] | word_setting_data | A setting data object that used for converting Word format documents to PDF format documents. |
[in] | excel_setting_data | A setting data object that used for converting Excel format documents to PDF format documents. |
|
getset |
A setting data object that used for converting Excel format documents to PDF format documents.
This setting is only vaild for the conversion of Excel documents to PDF format documents. For more details, please refer to class Excel2PDFConfig .
|
getset |
A boolean value which indicates whether to embed font in the converted file,Default value: false.
true means to embed font in the converted file, while false means not.
|
getset |
A valid path of a folder which contains resource data files. This should not be an empty string.
These resource data files are used to simulate the pdf format document typesetting process during conversion. They are offered in the "res/office2pdf" folder of the Foxit PDF Conversion SDK package.
|
getset |
A setting data object that used for converting Word format documents to PDF format documents.
This setting is only vaild for the conversion of Word documents to PDF format documents. For more details, please refer to class Word2PDFConfig .