ImageGear .NET
ImGearPDFSaveFlags Enumeration




Specifies save flags for PDF document.
Syntax
'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 
Members
MemberValueDescription
ADD_FLATE0x00100000 Encode any unencoded stream with Flate, except for metadata streams, which are never encoded, and for streams that would be larger if encoded.
BINARY_OK0x00000010 Not currently supported.
COLLECT_GARBAGE0x00000020 Remove unreferenced objects, often reducing file size. This flag can only be specified if FULL is also used.
COMPRESS_STRUCTURE_ONLY0x00040000 Compress only those objects that are related to logical structure (for example, tagged PDF).
COMPRESSED0x00020000 Compress objects, without restrictions about which objects to compress.
COPY0x00000002 Not currently supported.
DO_NOT_SAVE_FILE_ATTRIBUTES0x00010000 Do not save the new file output with the file attributes of the original.
FORCE_INCREMENTAL0x00000040 Not currently supported.
FULL0x00000001 Not currently supported.
INCREMENTAL0x00000000 Not currently supported.
KEEP_MODDATE0x00000080 Not currently supported.
LINEARIZED0x00000004 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_STREAMS0x00800000 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_FONTS0x01000000 Merge identical font descriptors and encodings. Does not merge the top-level font dictionary.
OPTIMIZE_XOBJECTS0x00400000 Merge identical forms and images, as determined by an MD5 hash of their contents.
REMOVE_ASCII_FILTERS0x00080000 Remove ASCII85 filters from all streams.
REPLACE_LZW0x00200000 Replace all LZW filters with FlateEncode filters.
UNCOMPRESSED0x20000000 Do not use any stream compression (decompress all).
WITH_PS_HEADER0x00000008 Not currently supported.
Remarks
All undefined flags should be set to zero. If either COLLECT_GARBAGE or COPY are used, FULL must be used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDFSaveFlags

See Also

Reference

ImageGear.Formats.PDF Namespace

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback