Accusoft.TwainPro9.Net
Text Property




Gets and sets the text that will be placed on a still frame.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the text that will be placed on a still frame.")>
Public Property Text As String
'Usage
 
Dim instance As Caption
Dim value As String
 
instance.Text = value
 
value = instance.Text
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[DefaultValue()]
[Description("Gets or sets the text that will be placed on a still frame.")]
public string Text {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[DefaultValue()]
[Description("Gets or sets the text that will be placed on a still frame.")]
public: __property string* get_Text();
public: __property void set_Text( 
   string* value
);
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[DefaultValue()]
[Description("Gets or sets the text that will be placed on a still frame.")]
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the text to be placed on a still frame.
Remarks

The default value is an empty string "".

To scan an image without a caption, set this property to "".

See Also

Reference

Caption Class
Caption Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback