Click or drag to resize

SaveFlags Enumeration

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
[FlagsAttribute]
public enum SaveFlags
Members
  Member nameValueDescription
Incremental1 Incremental save.
NoIncremental2 Save with no incremental mode.
RemoveSecurity3 Remove security and save with no incremental mode.
ObjectStream8 Save to object stream.
RemoveUnusedObjects16 Do not save objects to which there are no references.
GenerateFreeEntries32 Include freed objects into the cross-reference table.
See Also