Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
OFDConvertParam () | |
Constructor. | |
OFDConvertParam (bool is_embed_font) | |
Constructor, with parameters. More... | |
void | Set (bool is_embed_font) |
Set value. More... | |
Properties | |
bool | is_embed_font [get, set] |
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. |