Class PageContent
Inheritance
System.Object
PageContent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient.Content
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class PageContent
Constructors
PageContent()
Creates a new instance of this class
Declaration
public PageContent()
Properties
BarCodes
Declaration
public List<BarCodeZone> BarCodes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BarCodeZone> |
CandidateDetectionVersion
Declaration
public int CandidateDetectionVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Candidates
Declaration
public List<CandidateInfo> Candidates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CandidateInfo> |
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
Type | Description |
---|---|
System.Collections.Generic.List<RectangleBase> |
Lang
Declaration
public string Lang { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LanguageDetection
Declaration
public LanguageDetection LanguageDetection { get; set; }
Property Value
Type | Description |
---|---|
LanguageDetection |
metadata
Declaration
public List<KeyValuePair> metadata { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<KeyValuePair> |
Rotation
The rotation angle of the page.
Declaration
public Rotation Rotation { get; set; }
Property Value
Type | Description |
---|---|
Rotation |
SizeX
The page width in pixel.
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 |