Show / Hide Table of Contents

    Class PageContent

    Inheritance
    System.Object
    PageContent
    Namespace: DocuWare.Platform.ServerClient.Content
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class PageContent : object

    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
    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
    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
    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
    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

    VerticalDpi

    Declaration
    public double VerticalDpi { get; set; }
    Property Value
    Type Description
    System.Double
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top