Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class PDFExistingFieldsInfos

    Inheritance
    object
    PDFExistingFieldsInfos
    PDFSignatureExistingFieldsInfos
    Implements
    IExistingFieldsInfos
    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 PDFExistingFieldsInfos : IExistingFieldsInfos

    Properties

    FieldChecked

    Declaration
    [JsonProperty(PropertyName = "fieldChecked")]
    public string FieldChecked { get; set; }
    Property Value
    Type Description
    string

    FieldCoordinates

    Declaration
    [JsonProperty(PropertyName = "fieldCoordinates")]
    public PDFExistingFieldsCoordinates FieldCoordinates { get; set; }
    Property Value
    Type Description
    PDFExistingFieldsCoordinates

    FieldDateFormat

    Declaration
    [JsonProperty(PropertyName = "fieldDateFormat")]
    public string FieldDateFormat { get; set; }
    Property Value
    Type Description
    string

    FieldFontSize

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

    FieldHeight

    Declaration
    public float FieldHeight { get; set; }
    Property Value
    Type Description
    float

    FieldId

    Declaration
    [JsonProperty(PropertyName = "fieldId")]
    public string FieldId { get; set; }
    Property Value
    Type Description
    string

    FieldMultiSelect

    Declaration
    [JsonProperty(PropertyName = "fieldMultiSelect")]
    public bool FieldMultiSelect { get; set; }
    Property Value
    Type Description
    bool

    FieldName

    Declaration
    [JsonProperty(PropertyName = "fieldName")]
    public string FieldName { get; set; }
    Property Value
    Type Description
    string

    FieldOptionSelectedValues

    Declaration
    [JsonProperty(PropertyName = "fieldOptionSelectedValues")]
    public string[] FieldOptionSelectedValues { get; set; }
    Property Value
    Type Description
    string[]

    FieldPage

    Declaration
    [JsonProperty(PropertyName = "fieldPage")]
    public int FieldPage { get; set; }
    Property Value
    Type Description
    int

    FieldPageAngle

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

    FieldPageHeight

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

    FieldPageWidth

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

    FieldRadioId

    Declaration
    [JsonProperty(PropertyName = "fieldRadioId")]
    public string FieldRadioId { get; set; }
    Property Value
    Type Description
    string

    FieldRequired

    Declaration
    [JsonProperty(PropertyName = "fieldRequired")]
    public bool FieldRequired { get; set; }
    Property Value
    Type Description
    bool

    FieldSelected

    Declaration
    [JsonProperty(PropertyName = "fieldSelected")]
    public string FieldSelected { get; set; }
    Property Value
    Type Description
    string

    FieldType

    Declaration
    [JsonProperty(PropertyName = "fieldType")]
    public string FieldType { get; set; }
    Property Value
    Type Description
    string

    FieldValue

    Declaration
    [JsonProperty(PropertyName = "fieldValue")]
    public string FieldValue { get; set; }
    Property Value
    Type Description
    string

    FieldWidth

    Declaration
    public float FieldWidth { get; set; }
    Property Value
    Type Description
    float

    FieldX

    Declaration
    public float FieldX { get; set; }
    Property Value
    Type Description
    float

    FieldY

    Declaration
    public float FieldY { get; set; }
    Property Value
    Type Description
    float

    NewExistingField

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

    Implements

    IExistingFieldsInfos

    Extension Methods

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