Specifies the Distiller output optimization mode.
[SerializableAttribute()]
public enum PDFDistillerOutputMode
<SerializableAttribute()>
Public Enum PDFDistillerOutputMode
[SerializableAttribute()]
public enum class PDFDistillerOutputMode
Members
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.
For an example, refer to PDFFile.Distill.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET