Class PDFExistingFieldsInfos
Inheritance
PDFExistingFieldsInfos
Assembly: SecureExchangesSDK.dll
Syntax
public class PDFExistingFieldsInfos : IExistingFieldsInfos
Properties
FieldChecked
Declaration
[JsonProperty(PropertyName = "fieldChecked")]
public string FieldChecked { get; set; }
Property Value
FieldCoordinates
Declaration
[JsonProperty(PropertyName = "fieldCoordinates")]
public PDFExistingFieldsCoordinates FieldCoordinates { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "fieldDateFormat")]
public string FieldDateFormat { get; set; }
Property Value
FieldFontSize
Declaration
[JsonProperty(PropertyName = "fieldFontSize")]
public float FieldFontSize { get; set; }
Property Value
FieldHeight
Declaration
public float FieldHeight { get; set; }
Property Value
FieldId
Declaration
[JsonProperty(PropertyName = "fieldId")]
public string FieldId { get; set; }
Property Value
FieldMultiSelect
Declaration
[JsonProperty(PropertyName = "fieldMultiSelect")]
public bool FieldMultiSelect { get; set; }
Property Value
FieldName
Declaration
[JsonProperty(PropertyName = "fieldName")]
public string FieldName { get; set; }
Property Value
FieldOptionSelectedValues
Declaration
[JsonProperty(PropertyName = "fieldOptionSelectedValues")]
public string[] FieldOptionSelectedValues { get; set; }
Property Value
FieldPage
Declaration
[JsonProperty(PropertyName = "fieldPage")]
public int FieldPage { get; set; }
Property Value
FieldPageAngle
Declaration
[JsonProperty(PropertyName = "fieldPageAngle")]
public float FieldPageAngle { get; set; }
Property Value
FieldPageHeight
Declaration
[JsonProperty(PropertyName = "fieldPageHeight")]
public float FieldPageHeight { get; set; }
Property Value
FieldPageWidth
Declaration
[JsonProperty(PropertyName = "fieldPageWidth")]
public float FieldPageWidth { get; set; }
Property Value
FieldRadioId
Declaration
[JsonProperty(PropertyName = "fieldRadioId")]
public string FieldRadioId { get; set; }
Property Value
FieldRequired
Declaration
[JsonProperty(PropertyName = "fieldRequired")]
public bool FieldRequired { get; set; }
Property Value
FieldSelected
Declaration
[JsonProperty(PropertyName = "fieldSelected")]
public string FieldSelected { get; set; }
Property Value
FieldType
Declaration
[JsonProperty(PropertyName = "fieldType")]
public string FieldType { get; set; }
Property Value
FieldValue
Declaration
[JsonProperty(PropertyName = "fieldValue")]
public string FieldValue { get; set; }
Property Value
FieldWidth
Declaration
public float FieldWidth { get; set; }
Property Value
FieldX
Declaration
public float FieldX { get; set; }
Property Value
FieldY
Declaration
public float FieldY { get; set; }
Property Value
NewExistingField
Declaration
public bool NewExistingField { get; set; }
Property Value
Implements
Extension Methods