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); }
'Declaration Public Property HonorOrientationTag As Boolean
'Usage Dim instance As LoadOptionsTiff Dim value As Boolean instance.HonorOrientationTag = value value = instance.HonorOrientationTag
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.
LoadOptionsTiff Class LoadOptionsTiff Members
©2019. Accusoft Corporation. All Rights Reserved.