LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

PDFDistillerOutputMode Enumeration






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 PDFDistillerOutputMode : System.Enum 
Leadtools.Pdf.PDFDistillerOutputMode = function() { };
Leadtools.Pdf.PDFDistillerOutputMode.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()]
public enum class PDFDistillerOutputMode : public System.Enum 
Members
MemberDescription
Default

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

EBookOptimized

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

PrepressOptimized

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

PrintOptimized

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

ScreenOptimized

Low resolution output. This is similar to the Acrobat Distiller 5.0 "Screen 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Pdf Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.