Click or drag to resize

SDFDocSaveOptions Enumeration

SDFDoc save options.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum SDFDocSaveOptions
Members
  Member nameValueDescription
e_incremental1Save document in incremental mode. Note: Cannot be combined with any other mode
e_remove_unused2Remove unused objects. Requires full save.
e_hex_strings4Save all string in hexadecimal format.
e_omit_xref8Do not save cross-reference table.
e_linearized16Saves the document in linearized (fast web-view) format. Requires full save.
e_compatibility32Saves the document in a manner that is compatible with versions of PDF earlier than 1.5.
See Also