Class PageContent
Inheritance
System.Object
PageContent
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class PageContent : object
Constructors
PageContent()
Creates a new instance of this class
Declaration
Properties
BarCodes
Declaration
public List<BarCodeZone> BarCodes { get; set; }
Property Value
CandidateDetectionVersion
Declaration
public int CandidateDetectionVersion { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Candidates
Declaration
public List<CandidateInfo> Candidates { get; set; }
Property Value
FileTag
A tag identifiying the file the page was created from.
Declaration
public string FileTag { get; set; }
Property Value
Type |
Description |
System.String |
|
HorizontalDpi
Declaration
public double HorizontalDpi { get; set; }
Property Value
Type |
Description |
System.Double |
|
Items
Declaration
public List<RectangleBase> Items { get; set; }
Property Value
Lang
Declaration
public string Lang { get; set; }
Property Value
Type |
Description |
System.String |
|
LanguageDetection
Declaration
public LanguageDetection LanguageDetection { get; set; }
Property Value
metadata
Declaration
public List<KeyValuePair> metadata { get; set; }
Property Value
Rotation
The rotation angle of the page.
Declaration
public Rotation Rotation { get; set; }
Property Value
SizeX
Declaration
public int SizeX { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SizeY
The page height in pixel.
Declaration
public int SizeY { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SkewAngle
The skew angle in degree denoting the amount by which the document image has to be rotated clockwise in order to match the text shot.
Declaration
public double SkewAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Version
Declaration
public int Version { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VerticalDpi
Declaration
public double VerticalDpi { get; set; }
Property Value
Type |
Description |
System.Double |
|