Class PDFExistingFieldsCoordinates
Inheritance
PDFExistingFieldsCoordinates
Assembly: SecureExchangesSDK.dll
Syntax
public class PDFExistingFieldsCoordinates
Properties
Height
Declaration
[JsonProperty(PropertyName = "height")]
public float Height { get; set; }
Property Value
PageHeight
Declaration
[JsonProperty(PropertyName = "pageHeight")]
public float PageHeight { get; set; }
Property Value
PageWidth
Declaration
[JsonProperty(PropertyName = "pageWidth")]
public float PageWidth { get; set; }
Property Value
Width
Declaration
[JsonProperty(PropertyName = "width")]
public float Width { get; set; }
Property Value
X
Declaration
[JsonProperty(PropertyName = "x")]
public float X { get; set; }
Property Value
Y
Declaration
[JsonProperty(PropertyName = "y")]
public float Y { get; set; }
Property Value
Extension Methods