Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ZoneDetails

    Immutable transport object used for zone distribution in PkiFileHelper

    Inheritance
    object
    ZoneDetails
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSignatureSDK.Models.Transport
    Assembly: SecureExchangesSignatureSDK.dll
    Syntax
    public class ZoneDetails

    Properties

    CanvasHeight

    the canvas height, the top will be evaluated on that heigt (with the ratio)

    Declaration
    public double CanvasHeight { get; }
    Property Value
    Type Description
    double

    CanvasWidth

    The canvas dimension, the left will be evaluated on that width (with the ratio)

    Declaration
    public double CanvasWidth { get; }
    Property Value
    Type Description
    double

    DefaultValue

    Represent the default value of the zone

    Declaration
    public string DefaultValue { get; }
    Property Value
    Type Description
    string

    FieldName

    Field name

    Declaration
    public string FieldName { get; }
    Property Value
    Type Description
    string

    Height

    The height of the zone

    Declaration
    public double Height { get; }
    Property Value
    Type Description
    double

    IsCalculateWithPreviousPage

    Determine if we are in legacy mode for calculation ornot

    Declaration
    public bool IsCalculateWithPreviousPage { get; }
    Property Value
    Type Description
    bool

    Left

    The left (y)

    Declaration
    public double Left { get; }
    Property Value
    Type Description
    double

    Page

    The page number

    Declaration
    public double Page { get; }
    Property Value
    Type Description
    double

    PageHeight

    The page height

    Declaration
    public double PageHeight { get; }
    Property Value
    Type Description
    double

    ParentID

    Define the parentzone

    Declaration
    public string ParentID { get; }
    Property Value
    Type Description
    string

    RotateDegree

    The rotatated degree (based on 90 degree)

    Declaration
    public int RotateDegree { get; }
    Property Value
    Type Description
    int

    Top

    The top (x)

    Declaration
    public double Top { get; }
    Property Value
    Type Description
    double

    TopPreviousPages

    The top previous page

    Declaration
    public double TopPreviousPages { get; }
    Property Value
    Type Description
    double

    Type

    The type

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    string

    Width

    The width of the zone

    Declaration
    public double Width { get; }
    Property Value
    Type Description
    double

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation