The Method Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the type of dot-matrix filling to be used with the module.Visual Basic (Declaration) | |
---|---|
Public Property Method As DotMatrixOcrModuleMethod |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DotMatrixOcrModule Dim value As DotMatrixOcrModuleMethod instance.Method = value value = instance.Method |
C# | |
---|---|
public DotMatrixOcrModuleMethod Method {get; set;} |
C++/CLI | |
---|---|
public: property DotMatrixOcrModuleMethod Method { DotMatrixOcrModuleMethod get(); void set ( DotMatrixOcrModuleMethod value); } |
Property Value
Value that represents the dot-matrix filling method.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7