Show / Hide Table of Contents

Class FieldLocation

Parameters specifying options related to seal field location coordinates required for FieldOptions.

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.Int32 left

the left coordinate of field location

System.Int32 top

the top coordinate of field location

System.Int32 right

the right coordinate of field location

System.Int32 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.Int32

Left

Gets the left coordinate in default user space units for seal field.

Declaration
public int Left { get; }
Property Value
Type Description
System.Int32

Right

Gets the right coordinate in default user space units for seal field.

Declaration
public int Right { get; }
Property Value
Type Description
System.Int32

Top

Gets the top coordinate in default user space units for seal field.

Declaration
public int Top { get; }
Property Value
Type Description
System.Int32
In This Article
  • Constructors
    • FieldLocation(Int32, Int32, Int32, Int32)
  • Properties
    • Bottom
    • Left
    • Right
    • Top
Back to top Copyright © 2020 Adobe. All rights reserved.