Class PDFExistingFieldsInfos
Inheritance
System.Object
PDFExistingFieldsInfos
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 PDFExistingFieldsInfos : IExistingFieldsInfos
Properties
FieldChecked
Declaration
[JsonProperty(PropertyName = "fieldChecked")]
public string FieldChecked { get; set; }
Property Value
Type |
Description |
System.String |
|
FieldCoordinates
Declaration
[JsonProperty(PropertyName = "fieldCoordinates")]
public PDFExistingFieldsCoordinates FieldCoordinates { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "fieldDateFormat")]
public string FieldDateFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
FieldFontSize
Declaration
[JsonProperty(PropertyName = "fieldFontSize")]
public float FieldFontSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
FieldHeight
Declaration
public float FieldHeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
FieldId
Declaration
[JsonProperty(PropertyName = "fieldId")]
public string FieldId { get; set; }
Property Value
Type |
Description |
System.String |
|
FieldMultiSelect
Declaration
[JsonProperty(PropertyName = "fieldMultiSelect")]
public bool FieldMultiSelect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FieldName
Declaration
[JsonProperty(PropertyName = "fieldName")]
public string FieldName { get; set; }
Property Value
Type |
Description |
System.String |
|
FieldOptionSelectedValues
Declaration
[JsonProperty(PropertyName = "fieldOptionSelectedValues")]
public string[] FieldOptionSelectedValues { get; set; }
Property Value
Type |
Description |
System.String[] |
|
FieldPage
Declaration
[JsonProperty(PropertyName = "fieldPage")]
public int FieldPage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FieldPageAngle
Declaration
[JsonProperty(PropertyName = "fieldPageAngle")]
public float FieldPageAngle { get; set; }
Property Value
Type |
Description |
System.Single |
|
FieldPageHeight
Declaration
[JsonProperty(PropertyName = "fieldPageHeight")]
public float FieldPageHeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
FieldPageWidth
Declaration
[JsonProperty(PropertyName = "fieldPageWidth")]
public float FieldPageWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
FieldRequired
Declaration
[JsonProperty(PropertyName = "fieldRequired")]
public bool FieldRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FieldType
Declaration
[JsonProperty(PropertyName = "fieldType")]
public string FieldType { get; set; }
Property Value
Type |
Description |
System.String |
|
FieldValue
Declaration
[JsonProperty(PropertyName = "fieldValue")]
public string FieldValue { get; set; }
Property Value
Type |
Description |
System.String |
|
FieldWidth
Declaration
public float FieldWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
FieldX
Declaration
public float FieldX { get; set; }
Property Value
Type |
Description |
System.Single |
|
FieldY
Declaration
public float FieldY { get; set; }
Property Value
Type |
Description |
System.Single |
|
NewExistingField
Declaration
public bool NewExistingField { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
Extension Methods