LEADTOOLS PDF (Leadtools.Pdf assembly)

PDFDistillerOutputMode Enumeration

Show in webframe





Specifies the Distiller output optimization mode.
Syntax
[SerializableAttribute()]
public enum PDFDistillerOutputMode : System.Enum 
'Declaration
 
<SerializableAttribute()>
Public Enum PDFDistillerOutputMode 
   Inherits System.Enum
'Usage
 
Dim instance As PDFDistillerOutputMode

            

            
[SerializableAttribute()]
public enum class PDFDistillerOutputMode : public System.Enum 
Members
ValueMemberDescription
0x00000000Default

Output is intended to be useful across a wide variety of uses, possibly at the expense of a larger output file.

0x00000001ScreenOptimized

Low resolution output. This is similar to the Acrobat Distiller 5.0 "Screen Optimized" setting.

0x00000002EBookOptimized

Medium resolution output. This is similar to the Acrobat Distiller 5.0 "eBook" setting.

0x00000003PrintOptimized

Output similar to the Acrobat Distiller 5.0 "Print Optimized" setting.

0x00000004PrepressOptimized

Output similar to Acrobat Distiller 5.0 "Prepress Optimized" setting.

Remarks

The PDFDistillerOutputMode enumeration is used as the type for the PDFDistillerOptions.OutputMode property to determine the output optimization mode to use when distilling Postscript files (converting Postscript files to PDF).

These output modes are analogous to the options used by Adobe Distiller.

Example

For an example, refer to PDFFile.Distill.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Pdf.PDFDistillerOutputMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.