Accusoft.ImagXpress13.Net
Maximum Property




Gets and sets the maximum dimensions the viewer control can obtain.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<DefaultValueAttribute()>
<DescriptionAttribute("The maximum bounding size of the control.")>
<BrowsableAttribute(True)>
Public Property Maximum As Size
'Usage
 
Dim instance As ImageXView
Dim value As Size
 
instance.Maximum = value
 
value = instance.Maximum
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
[DefaultValue()]
[Description("The maximum bounding size of the control.")]
[Browsable(true)]
public Size Maximum {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
[DefaultValue()]
[Description("The maximum bounding size of the control.")]
[Browsable(true)]
public: __property Size get_Maximum();
public: __property void set_Maximum( 
   Size value
);
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
[DefaultValue()]
[Description("The maximum bounding size of the control.")]
[Browsable(true)]
public:
property Size Maximum {
   Size get();
   void set (    Size value);
}

Property Value

The System.Drawing.Size which represents the maximum the viewer control can obtain.
Remarks

The default value is 0,0.

See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback