ImageGear for .NET
ImGearPDFSaveFlags Enumeration
See Also  Send Feedback
ImageGear20.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFSaveFlags Enumeration




Glossary Item Box

Specifies save flags for PDF document.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
BINARY_OK0x00000010 It is OK to store binary data in the PDF file.
COLLECT_GARBAGE0x00000020 Remove unreferenced objects, often reducing file size. This flag can only be specified if FULL is also used.
COPY0x00000002 Write a copy of the file, but keep using the old file. This flag can only be specified if FULL is also used.
FORCE_INCREMENTAL0x00000040 Perform an incremental save even if the save is to a different file or the document's version number has changed.
FULL0x00000001 Write the entire file. In addition to this flag, the COLLECT_GARBAGE, COPY, and LINEARIZED may be specified.
INCREMENTAL0x00000000 Only write those portions of the file that have been changed.
KEEP_MODDATE0x00000080 Do not update ModDate in InfoDict.
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.
WITH_PS_HEADER0x00000008 This value has been deprecated. Write a PostScript header as part of the saved file.

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

©2013. Accusoft Corporation. All Rights Reserved.