Accusoft.TwainPro9.Net
Area Property




Gets and sets the area to write the caption to a frame during a frame capture.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DescriptionAttribute("Gets or sets the area to write the caption to a frame during a frame capture.")>
Public Property Area As Rectangle
'Usage
 
Dim instance As Caption
Dim value As Rectangle
 
instance.Area = value
 
value = instance.Area
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets or sets the area to write the caption to a frame during a frame capture.")]
public Rectangle Area {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets or sets the area to write the caption to a frame during a frame capture.")]
public: __property Rectangle get_Area();
public: __property void set_Area( 
   Rectangle value
);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets or sets the area to write the caption to a frame during a frame capture.")]
public:
property Rectangle Area {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

A System.Drawing.Rectangle which represents the area to write the caption.
Remarks

The default value is X=0, Y=0, Width=0, Height=0

See Also

Reference

Caption Class
Caption Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback