Accusoft.PdfXpress6.Net
Repair Property




Gets and sets an indicator whether to repair the PDF file while opening it.
Syntax
'Declaration
 
Public Property Repair As Boolean
'Usage
 
Dim instance As OpenOptions
Dim value As Boolean
 
instance.Repair = value
 
value = instance.Repair
public bool Repair {get; set;}
public: __property bool get_Repair();
public: __property void set_Repair( 
   bool value
);
public:
property bool Repair {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to repair the PDF file while opening it.
Remarks

The PDF document must be saved to save the repairs.

See Also

Reference

OpenOptions Class
OpenOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback