ImageGear for .NET
ImGearPDFSaveFlags Enumeration
See Also  Send Feedback
ImageGear21.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 Not currently supported.
COLLECT_GARBAGE0x00000020 Remove unreferenced objects, often reducing file size. This flag can only be specified if FULL is also used.
COPY0x00000002 Not currently supported.
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.
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

©2013. Accusoft Corporation. All Rights Reserved.