|
Foxit PDF SDK
|
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. | |
This class represents the parameters for the conversion between OFD and PDF.
|
inline |
Constructor, with parameters.
| [in] | is_embed_font | true means to embed font in the converted file, while false means not. |
|
inline |
Set value.
| [in] | is_embed_font | true means to embed font in the converted file, while false means not. |