Accusoft.ImagXpress13.Net
ImageRotationEnabled Property




Gets and sets whether the built-in touch rotate operation is performed on the current image.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<DescriptionAttribute("This property sets and returns the built-in touch rotate operation is performed on the current image.")>
<BrowsableAttribute(False)>
Public Property ImageRotationEnabled As Boolean
'Usage
 
Dim instance As Touch
Dim value As Boolean
 
instance.ImageRotationEnabled = value
 
value = instance.ImageRotationEnabled
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("This property sets and returns the built-in touch rotate operation is performed on the current image.")]
[BrowsableAttribute(false)]
public bool ImageRotationEnabled {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("This property sets and returns the built-in touch rotate operation is performed on the current image.")]
[BrowsableAttribute(false)]
public: __property bool get_ImageRotationEnabled();
public: __property void set_ImageRotationEnabled( 
   bool value
);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[DescriptionAttribute("This property sets and returns the built-in touch rotate operation is performed on the current image.")]
[BrowsableAttribute(false)]
public:
property bool ImageRotationEnabled {
   bool get();
   void set (    bool value);
}

Property Value

A System.Boolean value.
See Also

Reference

Touch Class
Touch Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback