Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class PDFExistingFieldsDefaultValue

    Inheritance
    object
    PDFExistingFieldsDefaultValue
    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 PDFExistingFieldsDefaultValue

    Properties

    DateFormat

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

    ExistingField

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

    ExistingFieldInfos

    Declaration
    [JsonProperty(PropertyName = "existingFieldInfos")]
    public PDFExistingFieldsInfos ExistingFieldInfos { get; set; }
    Property Value
    Type Description
    PDFExistingFieldsInfos

    FieldName

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

    FontFamily

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

    FontSize

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

    IsChecked

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

    IsSelected

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

    NewExistingField

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

    RadioId

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

    RequiredZone

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

    TextValue

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

    Extension Methods

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