Foxit PDF SDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
constructor (is_embed_font) | |
Constructor, with parameters. More... | |
Set (is_embed_font) | |
Set value. More... | |
Public Attributes | |
is_embed_font | |
Whether to embed font in the converted file. | |
This class represents the parameters for the conversion between OFD and PDF.
FSDK.OFDConvertParam.constructor | ( | is_embed_font | ) |
Constructor, with parameters.
[in] | is_embed_font | true means to embed font in the converted file, while false means not. |
FSDK.OFDConvertParam.Set | ( | is_embed_font | ) |
Set value.
[in] | is_embed_font | true means to embed font in the converted file, while false means not. |