Specifies the Distiller output optimization mode.
[SerializableAttribute()]
public enum PDFDistillerOutputMode
<SerializableAttribute()>
Public Enum PDFDistillerOutputMode
[SerializableAttribute()]
public enum class PDFDistillerOutputMode
Value | Member | Description |
---|---|---|
0 | Default | Output is intended to be useful across a wide variety of uses, possibly at the expense of a larger output file. |
1 | ScreenOptimized | Low resolution output. This is similar to the Acrobat Distiller 5.0 "Screen Optimized" setting. |
2 | EBookOptimized | Medium resolution output. This is similar to the Acrobat Distiller 5.0 "eBook" setting. |
3 | PrintOptimized | Output similar to the Acrobat Distiller 5.0 "Print Optimized" setting. |
4 | PrepressOptimized | Output similar to Acrobat Distiller 5.0 "Prepress Optimized" setting. |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document