Gets and sets an indicator whether to repair the PDF file while opening it.
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);
}
'Declaration
Public Property Repair As Boolean
'Usage
Dim instance As OpenOptions
Dim value As Boolean
instance.Repair = value
value = instance.Repair
Property Value
A boolean value which is
true to repair the PDF file while opening it.