ImageGear .NET - Updated
PreflightOptions Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSaveOptions Class : PreflightOptions Property
Gets or sets preflight options.
Syntax
'Declaration
 
Public Property PreflightOptions As ImGearPDFPreflightConvertOptions
'Usage
 
Dim instance As ImGearPDFSaveOptions
Dim value As ImGearPDFPreflightConvertOptions
 
instance.PreflightOptions = value
 
value = instance.PreflightOptions
public ImGearPDFPreflightConvertOptions PreflightOptions {get; set;}
public: __property ImGearPDFPreflightConvertOptions* get_PreflightOptions();
public: __property void set_PreflightOptions( 
   ImGearPDFPreflightConvertOptions* value
);
public:
property ImGearPDFPreflightConvertOptions^ PreflightOptions {
   ImGearPDFPreflightConvertOptions^ get();
   void set (    ImGearPDFPreflightConvertOptions^ value);
}

Property Value

ImGearPDFPreflightConvertOptions class value.
Remarks
Value of null indicates that no PDF preflight processing is required and saving will be done to standard PDF. The default value is null.
See Also

Reference

ImGearPDFSaveOptions Class
ImGearPDFSaveOptions Members