Class FieldLocation
Parameters specifying options related to seal field location coordinates required for Field
Inheritance
System.Object
FieldLocation
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.electronicseal
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class FieldLocation
Constructors
FieldLocation(Int32, Int32, Int32, Int32)
Constructs a FieldLocation
instance.
Declaration
public FieldLocation(int left, int top, int right, int bottom)
Parameters
Type | Name | Description |
---|---|---|
System. |
left | the left coordinate of field location |
System. |
top | the top coordinate of field location |
System. |
right | the right coordinate of field location |
System. |
bottom | the bottom coordinate of field location |
Properties
Bottom
Gets the bottom coordinate in default user space units for seal field.
Declaration
public int Bottom { get; }
Property Value
Type | Description |
---|---|
System. |
Left
Gets the left coordinate in default user space units for seal field.
Declaration
public int Left { get; }
Property Value
Type | Description |
---|---|
System. |
Right
Gets the right coordinate in default user space units for seal field.
Declaration
public int Right { get; }
Property Value
Type | Description |
---|---|
System. |
Top
Gets the top coordinate in default user space units for seal field.
Declaration
public int Top { get; }
Property Value
Type | Description |
---|---|
System. |