PTSaveOptions
enum PTSaveOptions
{
/// Save the document using incremental mode.
e_ptincremental = 0x01,
/// Remove unused objects. Requires full save.
e_ptremove_unused = 0x02,
/// Save all string in hexadecimal format.
e_pthex_strings = 0x04,
/// Do not save cross-reference table
e_ptomit_xref = 0x08,
/// Save the document in linearized (fast web-view) format. Requires full save.
e_ptlinearized = 0x10,
/// Save the document in a manner that maximizes compatibility with older PDF consumers (e.g. the file will not use compressed object and xref streams).
e_ptcompatibility = 0x20
}
Undocumented
-
Save the document using incremental mode.
Declaration
Objective-C
e_ptincremental = 0x01
-
Remove unused objects. Requires full save.
Declaration
Objective-C
e_ptremove_unused = 0x02
-
Save all string in hexadecimal format.
Declaration
Objective-C
e_pthex_strings = 0x04
-
Do not save cross-reference table
Declaration
Objective-C
e_ptomit_xref = 0x08
-
Save the document in linearized (fast web-view) format. Requires full save.
Declaration
Objective-C
e_ptlinearized = 0x10
-
Save the document in a manner that maximizes compatibility with older PDF consumers (e.g. the file will not use compressed object and xref streams).
Declaration
Objective-C
e_ptcompatibility = 0x20