Visual Basic
C#
Managed Extensions for C++
C++/CLI
| Member | Value | Description |
|---|---|---|
| BINARY_OK | 0x00000010 | Not currently supported. |
| COLLECT_GARBAGE | 0x00000020 | Remove unreferenced objects, often reducing file size. This flag can only be specified if FULL is also used. |
| COPY | 0x00000002 | Not currently supported. |
| FORCE_INCREMENTAL | 0x00000040 | Not currently supported. |
| FULL | 0x00000001 | Not currently supported. |
| INCREMENTAL | 0x00000000 | Not currently supported. |
| KEEP_MODDATE | 0x00000080 | Not currently supported. |
| LINEARIZED | 0x00000004 | Linearize for page-served remote access. This flag can only be specified if FULL is also used. During linearization, all objects in the PDF file are usually renumbered. |
| WITH_PS_HEADER | 0x00000008 | Not currently supported. |
All undefined flags should be set to zero. If either
COLLECT_GARBAGE or COPY are used, FULL must be used.System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDFSaveFlags