| ImageGear22.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFSaveFlags Enumeration |
'Declaration Public Enum ImGearPDFSaveFlags Inherits System.Enum
'Usage Dim instance As ImGearPDFSaveFlags
public enum ImGearPDFSaveFlags : System.Enum
__value public enum ImGearPDFSaveFlags : public System.Enum
public enum class ImGearPDFSaveFlags : public System.Enum
| Member | Value | Description |
|---|---|---|
| ADD_FLATE | 0x00100000 | Encode any unencoded stream with Flate, except for metadata streams, which are never encoded, and for streams that would be larger if encoded. |
| 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. |
| COMPRESS_STRUCTURE_ONLY | 0x00040000 | Compress only those objects that are related to logical structure (for example, tagged PDF). |
| COMPRESSED | 0x00020000 | Compress objects, without restrictions about which objects to compress. |
| COPY | 0x00000002 | Not currently supported. |
| DO_NOT_SAVE_FILE_ATTRIBUTES | 0x00010000 | Do not save the new file output with the file attributes of the original. |
| 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. |
| OPTIMIZE_CONTENT_STREAMS | 0x00800000 | Look for common initial sub-sequences among content streams (the sequences of marking operators), and generate substreams that can be shared (it causes OptimizeGraphics() to be called). |
| OPTIMIZE_FONTS | 0x01000000 | Merge identical font descriptors and encodings. Does not merge the top-level font dictionary. |
| OPTIMIZE_XOBJECTS | 0x00400000 | Merge identical forms and images, as determined by an MD5 hash of their contents. |
| REMOVE_ASCII_FILTERS | 0x00080000 | Remove ASCII85 filters from all streams. |
| REPLACE_LZW | 0x00200000 | Replace all LZW filters with FlateEncode filters. |
| UNCOMPRESSED | 0x20000000 | Do not use any stream compression (decompress all). |
| WITH_PS_HEADER | 0x00000008 | Not currently supported. |
COLLECT_GARBAGE or COPY are used, FULL must be used.System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDFSaveFlags