Class PDFExistingFieldsDefaultValue
Inheritance
System.Object
PDFExistingFieldsDefaultValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: SecureExchangesSDK.dll
Syntax
public class PDFExistingFieldsDefaultValue
Properties
Declaration
[JsonProperty(PropertyName = "dateFormat")]
public string DateFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
ExistingField
Declaration
[JsonProperty(PropertyName = "existingField")]
public bool ExistingField { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ExistingFieldInfos
Declaration
[JsonProperty(PropertyName = "existingFieldInfos")]
public PDFExistingFieldsInfos ExistingFieldInfos { get; set; }
Property Value
FieldName
Declaration
[JsonProperty(PropertyName = "fieldName")]
public string FieldName { get; set; }
Property Value
Type |
Description |
System.String |
|
FontFamily
Declaration
[JsonProperty(PropertyName = "fontFamily")]
public string FontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
FontSize
Declaration
[JsonProperty(PropertyName = "fontSize")]
public string FontSize { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChecked
Declaration
[JsonProperty(PropertyName = "isChecked")]
public string IsChecked { get; set; }
Property Value
Type |
Description |
System.String |
|
NewExistingField
Declaration
[JsonProperty(PropertyName = "newExistingField")]
public bool NewExistingField { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RequiredZone
Declaration
[JsonProperty(PropertyName = "requiredZone")]
public string RequiredZone { get; set; }
Property Value
Type |
Description |
System.String |
|
TextValue
Declaration
[JsonProperty(PropertyName = "textValue")]
public string TextValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods