LEADTOOLS PDF (Leadtools.Pdf assembly)

OutputMode Property

Show in webframe





Gets or sets the output optimization mode to use when distilling Postscript files.
Syntax
public PDFDistillerOutputMode OutputMode {get; set;}
'Declaration
 
Public Property OutputMode As PDFDistillerOutputMode
'Usage
 
Dim instance As PDFDistillerOptions
Dim value As PDFDistillerOutputMode
 
instance.OutputMode = value
 
value = instance.OutputMode

            

            
public:
property PDFDistillerOutputMode OutputMode {
   PDFDistillerOutputMode get();
   void set (    PDFDistillerOutputMode value);
}

Property Value

A PDFDistillerOutputMode enumeration member that determines the output optimization mode to use when distilling Postscript files. 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

See Also

Reference

PDFDistillerOptions Class
PDFDistillerOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.