Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFDistillerOptions Class : OutputMode Property |
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); }
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.