Foxit PDF SDK
foxit::addon::conversion::OFDConvertParam Class Reference

Inherits Object.

Public Member Functions

 OFDConvertParam ()
 Constructor.
 
 OFDConvertParam (bool is_embed_font)
 Constructor, with parameters. More...
 
void Set (bool is_embed_font)
 Set value. More...
 

Public Attributes

bool is_embed_font
 Whether to embed font in the converted file. true means to embed font in the converted file, while false means not.
 

Detailed Description

This class represents the parameters for the conversion between OFD and PDF.

Constructor & Destructor Documentation

◆ OFDConvertParam()

foxit::addon::conversion::OFDConvertParam::OFDConvertParam ( bool  is_embed_font)
inline

Constructor, with parameters.

Parameters
[in]is_embed_fonttrue means to embed font in the converted file, while false means not.

Member Function Documentation

◆ Set()

void foxit::addon::conversion::OFDConvertParam::Set ( bool  is_embed_font)
inline

Set value.

Parameters
[in]is_embed_fonttrue means to embed font in the converted file, while false means not.
Returns
None.