Class PDFExistingFieldsDefaultValue
Inheritance
PDFExistingFieldsDefaultValue
Assembly: SecureExchangesSDK.dll
Syntax
public class PDFExistingFieldsDefaultValue
Properties
Declaration
[JsonProperty(PropertyName = "dateFormat")]
public string DateFormat { get; set; }
Property Value
ExistingField
Declaration
[JsonProperty(PropertyName = "existingField")]
public bool ExistingField { get; set; }
Property Value
ExistingFieldInfos
Declaration
[JsonProperty(PropertyName = "existingFieldInfos")]
public PDFExistingFieldsInfos ExistingFieldInfos { get; set; }
Property Value
FieldName
Declaration
[JsonProperty(PropertyName = "fieldName")]
public string FieldName { get; set; }
Property Value
FontFamily
Declaration
[JsonProperty(PropertyName = "fontFamily")]
public string FontFamily { get; set; }
Property Value
FontSize
Declaration
[JsonProperty(PropertyName = "fontSize")]
public string FontSize { get; set; }
Property Value
IsChecked
Declaration
[JsonProperty(PropertyName = "isChecked")]
public string IsChecked { get; set; }
Property Value
IsSelected
Declaration
[JsonProperty(PropertyName = "isSelected")]
public string IsSelected { get; set; }
Property Value
NewExistingField
Declaration
[JsonProperty(PropertyName = "newExistingField")]
public bool NewExistingField { get; set; }
Property Value
RadioId
Declaration
[JsonProperty(PropertyName = "radioId")]
public string RadioId { get; set; }
Property Value
RequiredZone
Declaration
[JsonProperty(PropertyName = "requiredZone")]
public string RequiredZone { get; set; }
Property Value
TextValue
Declaration
[JsonProperty(PropertyName = "textValue")]
public string TextValue { get; set; }
Property Value
Extension Methods