Accusoft.ImagXpress13.Net
SpecialHandling Property




Gets and sets an indicator if the image being loaded is an abnormally formatted TIFF file.
Syntax
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.
See Also

Reference

LoadOptionsTiff Class
LoadOptionsTiff Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback