Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class PDFExistingFieldsCoordinates

    Inheritance
    object
    PDFExistingFieldsCoordinates
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Entity
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class PDFExistingFieldsCoordinates

    Properties

    Height

    Declaration
    [JsonProperty(PropertyName = "height")]
    public float Height { get; set; }
    Property Value
    Type Description
    float

    PageHeight

    Declaration
    [JsonProperty(PropertyName = "pageHeight")]
    public float PageHeight { get; set; }
    Property Value
    Type Description
    float

    PageWidth

    Declaration
    [JsonProperty(PropertyName = "pageWidth")]
    public float PageWidth { get; set; }
    Property Value
    Type Description
    float

    Width

    Declaration
    [JsonProperty(PropertyName = "width")]
    public float Width { get; set; }
    Property Value
    Type Description
    float

    X

    Declaration
    [JsonProperty(PropertyName = "x")]
    public float X { get; set; }
    Property Value
    Type Description
    float

    Y

    Declaration
    [JsonProperty(PropertyName = "y")]
    public float Y { get; set; }
    Property Value
    Type Description
    float

    Extension Methods

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