Foxit PDF SDK
foxit.addon.conversion.pdf2office.PDF2WordSettingData Class Reference

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...
 

Detailed Description

This class represents setting data used for converting PDF documents to word format documents.

Constructor & Destructor Documentation

◆ PDF2WordSettingData()

foxit.addon.conversion.pdf2office.PDF2WordSettingData.PDF2WordSettingData ( bool  enable_retain_page_layout)
inline

Constructor, with parameters.

Parameters
[in]enable_retain_page_layoutA 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.

Member Function Documentation

◆ Set()

void foxit.addon.conversion.pdf2office.PDF2WordSettingData.Set ( bool  enable_retain_page_layout)
inline

Set value.

Parameters
[in]enable_retain_page_layoutA 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.
Returns
None.

Property Documentation

◆ enable_retain_page_layout

bool foxit.addon.conversion.pdf2office.PDF2WordSettingData.enable_retain_page_layout
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.