Output optimization mode to use when distilling Postscript files.
public PDFDistillerOutputMode OutputMode { get; set; }
Public Property OutputMode As Leadtools.Pdf.PDFDistillerOutputMode
public:
property Leadtools.Pdf.PDFDistillerOutputMode OutputMode {
Leadtools.Pdf.PDFDistillerOutputMode get();
void set ( Leadtools.Pdf.PDFDistillerOutputMode );
}
A PDFDistillerOutputMode enumeration member that determines the output optimization mode to use when distilling Postscript files. The default value is PDFDistillerOutputMode.Default.
The OutputMode and AutoRotatePageMode properties are used to control the output optimization and page rotation modes to use when distilling Postscript files (Converting Postscript files to PDF).
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