Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
PDF2WordSettingData () | |
Constructor. | |
PDF2WordSettingData (bool enable_retain_page_layout) | |
Constructor, with parameters. More... | |
void | Set (bool enable_retain_page_layout) |
Set value. More... | |
Properties | |
bool | enable_retain_page_layout [get, set] |
A boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents. More... | |
This class represents setting data used for converting PDF documents to word format documents.
|
inline |
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. 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. |
|
inline |
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. 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. |
|
getset |
A boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents.
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.