In This Topic

OutputFormat Property (PDFReducerConfiguration)

In This Topic
Sets the version of the PDF to which the resulting PDF document will conform. Default value is PDFReducerPDFVersion.PdfVersion15.
Syntax
'Declaration
 
Public Property OutputFormat As PDFReducerPDFVersion
public PDFReducerPDFVersion OutputFormat {get; set;}
public read-write property OutputFormat: PDFReducerPDFVersion; 
public function get,set OutputFormat : PDFReducerPDFVersion
public: __property PDFReducerPDFVersion get_OutputFormat();
public: __property void set_OutputFormat( 
   PDFReducerPDFVersion value
);
public:
property PDFReducerPDFVersion OutputFormat {
   PDFReducerPDFVersion get();
   void set (    PDFReducerPDFVersion value);
}
See Also