ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSaveOptions Class : PreflightOptions Property |
'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); }
null
indicates that no PDF preflight processing is required and saving will be done to standard PDF. The default value is null
.