SDFDocSaveOptions Enumeration |
SDFDoc save options.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum SDFDocSaveOptions
Public Enumeration SDFDocSaveOptions
public enum class SDFDocSaveOptions
pdftron.SDF.SDFDocSaveOptions = function();
pdftron.SDF.SDFDocSaveOptions.createEnum('pdftron.SDF.SDFDocSaveOptions', false);
Members
| Member name | Value | Description |
---|
| e_incremental | 1 | Save document in incremental mode. Note: Cannot be combined with any other mode |
| e_remove_unused | 2 | Remove unused objects. Requires full save. |
| e_hex_strings | 4 | Save all string in hexadecimal format. |
| e_omit_xref | 8 | Do not save cross-reference table. |
| e_linearized | 16 | Saves the document in linearized (fast web-view) format. Requires full save. |
| e_compatibility | 32 | Saves the document in a manner that is compatible with versions of PDF earlier than 1.5. |
See Also