Leadtools.Document Deprecated as of v16. Refer to: Leadtools.Forms.Ocr | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Frame Property
See Also 
Leadtools.Document Namespace > RasterDocumentOmrOptions Structure : Frame Property



Specifies whether the OMR zone borders will be visible or invisible in the images.

Syntax

Visual Basic (Declaration) 
Public Property Frame As RasterDocumentOmrFrame
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentOmrOptions
Dim value As RasterDocumentOmrFrame
 
instance.Frame = value
 
value = instance.Frame
C# 
public RasterDocumentOmrFrame Frame {get; set;}
C++/CLI 
public:
property RasterDocumentOmrFrame Frame {
   RasterDocumentOmrFrame get();
   void set (RasterDocumentOmrFrame value);
}

Return Value

The OMR zone borders will be visible or invisible in the images.

Example

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

The Leadtools.Document namespace is deprecated and no longer supported as of LEADTOOLS v16. For v16 and later, please refer to: Leadtools.Forms.Ocr. This documentation is retained for v15 and earlier informational use only.