←Select platform

OutputMode Property

Summary
Output optimization mode to use when distilling Postscript files.
Syntax
C#
VB
C++
Java
public PDFDistillerOutputMode OutputMode { get; set; } 
Public Property OutputMode As PDFDistillerOutputMode 
public PDFDistillerOutputMode getOutputMode(); 
public void setOutputMode( 
   PDFDistillerOutputMode pDFDistillerOutputMode 
); 
public: 
property PDFDistillerOutputMode OutputMode { 
   PDFDistillerOutputMode get(); 
   void set (    PDFDistillerOutputMode ); 
} 

Property Value

A PDFDistillerOutputMode enumeration member that determines the output optimization mode to use when distilling Postscript files. The default value is PDFDistillerOutputMode.Default.

Remarks

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).

Example

For an example, refer to PDFFile.Distill.

Requirements

Target Platforms

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.