Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SignZoneDetails

    Inheritance
    object
    SignZoneDetails
    Implements
    INotifyPropertyChanged
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.SecureExchanges
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class SignZoneDetails : INotifyPropertyChanged

    Properties

    CanvasHeight

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

    CanvasWidth

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

    DefaultValue

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

    Height

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

    IsCalculateWithPreviousPage

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

    Left

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

    Page

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

    PageHeight

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

    ParentID

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

    RotateDegree

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

    Top

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

    TopPreviousPages

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

    Type

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

    Width

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

    Methods

    RaisePropertyChanged(string)

    Declaration
    protected void RaisePropertyChanged(string propertyName)
    Parameters
    Type Name Description
    string propertyName

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged

    Extension Methods

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