ImageGear .NET v24.12 - Updated
VisibleText Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPDFOutputOptions Class : VisibleText Property
Gets or sets a value indicating whether text elements are visible.
Syntax
'Declaration
 
Public Property VisibleText As Boolean
'Usage
 
Dim instance As ImGearRecPDFOutputOptions
Dim value As Boolean
 
instance.VisibleText = value
 
value = instance.VisibleText
public bool VisibleText {get; set;}
public: __property bool get_VisibleText();
public: __property void set_VisibleText( 
   bool value
);
public:
property bool VisibleText {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
This property, when true, creates visible text elements (otherwise, the text is hidden if an image is also created).
See Also

Reference

ImGearRecPDFOutputOptions Class
ImGearRecPDFOutputOptions Members