[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] [DefaultValueAttribute()] [DescriptionAttribute("Gets or sets the text that will be placed on a still frame.")] public string Text {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] [DefaultValueAttribute()] [DescriptionAttribute("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 );
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] [DefaultValueAttribute()] [DescriptionAttribute("Gets or sets the text that will be placed on a still frame.")] public: property String^ Text { String^ get(); void set ( String^ value); }
'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
The default value is an empty string "".
To scan an image without a caption, set this property to "".
Caption Class Caption Members
©2014. Accusoft Corporation. All Rights Reserved.