Accusoft.ImagXpress13.Net
HonorOrientationTag Property




Gets and sets an indicator if the TIFF Orientation tag's value should be honored or not.
Syntax
'Declaration
 
Public Property HonorOrientationTag As Boolean
'Usage
 
Dim instance As LoadOptionsTiff
Dim value As Boolean
 
instance.HonorOrientationTag = value
 
value = instance.HonorOrientationTag
public bool HonorOrientationTag {get; set;}
public: __property bool get_HonorOrientationTag();
public: __property void set_HonorOrientationTag( 
   bool value
);
public:
property bool HonorOrientationTag {
   bool get();
   void set (    bool value);
}
Remarks

When true, the image is displayed faithful to the Orientation tag's value.

When false, the image is always displayed rightside up no matter the Orientation tag's value.

See Also

Reference

LoadOptionsTiff Class
LoadOptionsTiff Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback