Show / Hide Table of Contents

Class PDFExistingFieldsCoordinates

Inheritance
System.Object
PDFExistingFieldsCoordinates
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()
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class PDFExistingFieldsCoordinates

Properties

Height

Declaration
[JsonProperty(PropertyName = "height")]
public float Height { get; set; }
Property Value
Type Description
System.Single

PageHeight

Declaration
[JsonProperty(PropertyName = "pageHeight")]
public float PageHeight { get; set; }
Property Value
Type Description
System.Single

PageWidth

Declaration
[JsonProperty(PropertyName = "pageWidth")]
public float PageWidth { get; set; }
Property Value
Type Description
System.Single

Width

Declaration
[JsonProperty(PropertyName = "width")]
public float Width { get; set; }
Property Value
Type Description
System.Single

X

Declaration
[JsonProperty(PropertyName = "x")]
public float X { get; set; }
Property Value
Type Description
System.Single

Y

Declaration
[JsonProperty(PropertyName = "y")]
public float Y { get; set; }
Property Value
Type Description
System.Single

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX