Foxit PDF SDK
FSDK.PDF2WordSettingData Class Reference

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

Detailed Description

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

Member Function Documentation

◆ constructor()

FSDK.PDF2WordSettingData.constructor ( enable_retain_page_layout  ,
include_pdf_headers_and_footers   
)

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

◆ Set()

FSDK.PDF2WordSettingData.Set ( enable_retain_page_layout  ,
include_pdf_headers_and_footers   
)

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. 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_footersA 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.
Returns
None.

Member Data Documentation

◆ enable_retain_page_layout

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.

◆ include_pdf_headers_and_footers

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.