←Select platform

PDFDistillerOutputMode Enumeration

Summary

Specifies the Distiller output optimization mode.

Syntax

C#
VB
C++
[SerializableAttribute()] 
public enum PDFDistillerOutputMode  
<SerializableAttribute()> 
Public Enum PDFDistillerOutputMode  
    
[SerializableAttribute()] 
public enum class PDFDistillerOutputMode  

Members

ValueMemberDescription
0Default Output is intended to be useful across a wide variety of uses, possibly at the expense of a larger output file.
1ScreenOptimized Low resolution output. This is similar to the Acrobat Distiller 5.0 "Screen Optimized" setting.
2EBookOptimized Medium resolution output. This is similar to the Acrobat Distiller 5.0 "eBook" setting.
3PrintOptimized Output similar to the Acrobat Distiller 5.0 "Print Optimized" setting.
4PrepressOptimized 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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly