Foxit PDF SDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
constructor (enable_retain_page_layout, include_pdf_headers_and_footers) | |
Constructor, with parameters. More... | |
Set (enable_retain_page_layout, include_pdf_headers_and_footers) | |
Set value. More... | |
Public Attributes | |
enable_retain_page_layout | |
A boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents. Default value: false. More... | |
include_pdf_headers_and_footers | |
A boolean value which indicates whether to include PDF headers and footers for the conversion of PDF documents to word format documents. Default value: false/b>. More... | |
This class represents setting data used for converting PDF documents to word format documents.
FSDK.PDF2WordSettingData.constructor | ( | enable_retain_page_layout | , |
include_pdf_headers_and_footers | |||
) |
Constructor, with parameters.
[in] | enable_retain_page_layout | A boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents. Default value: false. true means retain page layout for the conversion of PDF documents to word format documents. false means not retain page layout for the conversion of PDF documents to word format documents. |
[in] | include_pdf_headers_and_footers | A boolean value which indicates whether to include PDF headers and footers for the conversion of PDF documents to word format documents. Default value: false/b>. true means to include PDF headers and footers for the conversion of PDF documents to word format documents. false means not to include PDF headers and footers for the conversion of PDF documents to word format documents. |
FSDK.PDF2WordSettingData.Set | ( | enable_retain_page_layout | , |
include_pdf_headers_and_footers | |||
) |
Set value.
[in] | enable_retain_page_layout | A boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents. Default value: false. true means retain page layout for the conversion of PDF documents to word format documents. false means not retain page layout for the conversion of PDF documents to word format documents. |
[in] | include_pdf_headers_and_footers | A boolean value which indicates whether to include PDF headers and footers for the conversion of PDF documents to word format documents. Default value: false/b>. true means to include PDF headers and footers for the conversion of PDF documents to word format documents. false means not to include PDF headers and footers for the conversion of PDF documents to word format documents. |
FSDK.PDF2WordSettingData.enable_retain_page_layout |
A boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents. Default value: false.
true means retain page layout for the conversion of PDF documents to word format documents. false means not retain page layout for the conversion of PDF documents to word format documents.
FSDK.PDF2WordSettingData.include_pdf_headers_and_footers |
A boolean value which indicates whether to include PDF headers and footers for the conversion of PDF documents to word format documents. Default value: false/b>.
true means to include PDF headers and footers for the conversion of PDF documents to word format documents. false means not to include PDF headers and footers for the conversion of PDF documents to word format documents.