Accusoft.TwainProSdk Namespace > Caption Class : Text Property |
'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
[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); }
The default value is an empty string "".
To scan an image without a caption, set this property to "".