Class FieldOptions
Parameters specifying options related to the seal field required for PDFElectronic
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 |
---|---|
Field |
FieldName
Gets the intended field name to be used.
Declaration
public string FieldName { get; }
Property Value
Type | Description |
---|---|
System. |
PageNumber
Gets the intended page number for the electronic seal.
Declaration
public int? PageNumber { get; }
Property Value
Type | Description |
---|---|
System. |
Visible
Gets the intended visibility flag for the electronic seal.
Declaration
public bool Visible { get; }
Property Value
Type | Description |
---|---|
System. |