Show / Hide Table of Contents

Enum SDFDoc.SaveOptions

SDFDoc sav options

Namespace: pdftron.SDF
Assembly: PDFNet.dll
Syntax
[Flags]
public enum SDFDoc.SaveOptions

Fields

Name Description
e_compatibility

Save the document in a manner that maximizes compatibility with older PDF consumers (e.g. the file will not use object and compressed xref streams).

e_hex_strings

save all string in hexadecimal format.

e_incremental

save document in incremental mode.

e_linearized

Save the document in linearized (fast web-view) format. Requires full save.

e_omit_xref

do not save cross-reference table

e_remove_unused

remove unused objects (requires full save)

In This Article
Back to top Generated by DocFX