Show / Hide Table of Contents

Class FieldOptions

Parameters specifying options related to the seal field required for PDFElectronicSealParams.

Inheritance
System.Object
FieldOptions
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.electronicseal
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class FieldOptions

Properties

FieldLocation

Gets a FieldLocation instance specifying coordinates for the electronic seal.

Declaration
public FieldLocation FieldLocation { get; }
Property Value
Type Description
FieldLocation

FieldName

Gets the intended field name to be used.

Declaration
public string FieldName { get; }
Property Value
Type Description
System.String

PageNumber

Gets the intended page number for the electronic seal.

Declaration
public int? PageNumber { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Visible

Gets the intended visibility flag for the electronic seal.

Declaration
public bool Visible { get; }
Property Value
Type Description
System.Boolean
In This Article
  • Properties
    • FieldLocation
    • FieldName
    • PageNumber
    • Visible
Back to top Copyright © 2020 Adobe. All rights reserved.