Accusoft.TwainProSdk Namespace > Caption Class : Area Property |
'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
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] [Description("Gets or sets the area to write the caption to a frame during a frame capture.")] public Rectangle Area {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] [Description("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 );
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] [Description("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); }
The default value is X=0, Y=0, Width=0, Height=0