ImageGear .NET - Updated
VisibleImage Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPDFOutputOptions Class : VisibleImage Property
Gets or sets a value indicating whether the recognized image as an image covering the whole page.
Syntax
'Declaration
 
Public Property VisibleImage As Boolean
'Usage
 
Dim instance As ImGearRecPDFOutputOptions
Dim value As Boolean
 
instance.VisibleImage = value
 
value = instance.VisibleImage
public bool VisibleImage {get; set;}
public: __property bool get_VisibleImage();
public: __property void set_VisibleImage( 
   bool value
);
public:
property bool VisibleImage {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
When property is true recognized image covers the whole page.
See Also

Reference

ImGearRecPDFOutputOptions Class
ImGearRecPDFOutputOptions Members