Foxit PDF SDK
FSOFDConvertParam Class Reference

Inherits NSObject.

Instance Methods

(id) - init
 Constructor.

 
(void) - set:
 Set value.
More...
 

Properties

BOOL is_embed_font
 Whether to embed font in the converted file. YES means to embed font in the converted file, while NO means not.

 

Detailed Description

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

Method Documentation

◆ set:()

- (void) set: (BOOL)  is_embed_font

Set value.

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