Accusoft.ImagXpress13.Net
ImageZoomingEnabled Property




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