←Select platform

OutputMode Property

Summary

Output optimization mode to use when distilling Postscript files.

Syntax
C#
VB
C++
public PDFDistillerOutputMode OutputMode { get; set; } 
Public Property OutputMode As 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly