 | 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
<FlagsAttribute>
Public Enumeration SaveFlags
[FlagsAttribute]
public enum class SaveFlags
[<FlagsAttribute>]
type SaveFlags
/** @attribute FlagsAttribute */
public enum SaveFlags
Patagames.Pdf.Enums.SaveFlags = function();
Patagames.Pdf.Enums.SaveFlags.createEnum('Patagames.Pdf.Enums.SaveFlags', true);
Members
| Member name | Value | Description |
---|
| Incremental | 1 |
Incremental save.
|
| NoIncremental | 2 |
Save with no incremental mode.
|
| RemoveSecurity | 3 |
Remove security and save with no incremental mode.
|
| ObjectStream | 8 |
Save to object stream.
|
| RemoveUnusedObjects | 16 |
Do not save objects to which there are no references.
|
| GenerateFreeEntries | 32 |
Include freed objects into the cross-reference table.
|
See Also