Class SimpleWord
Contains a word with its bounding box.
Inheritance
System.Object
SimpleWord
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SimpleWord : object
Properties
H
Declaration
public int H { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
L
Declaration
public int L { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
T
Declaration
public int T { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
W
Declaration
public int W { get; set; }
Property Value
Type |
Description |
System.Int32 |
|