Gets and sets an indicator if the image being loaded is an abnormally formatted TIFF file.
public bool SpecialHandling {get; set;}
public: __property bool get_SpecialHandling();
public: __property void set_SpecialHandling(
bool value
);
public:
property bool SpecialHandling {
bool get();
void set ( bool value);
}
'Declaration
Public Property SpecialHandling As Boolean
'Usage
Dim instance As LoadOptionsTiff
Dim value As Boolean
instance.SpecialHandling = value
value = instance.SpecialHandling
Property Value
A boolean value which is
true if special handling is required. Otherwise,
false.