Class FieldOptions.Builder
Builds an Field
Inheritance
System.Object
FieldOptions.Builder
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.electronicseal
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class Builder
Constructors
Builder(String)
Constructs a Builder
instance.
Declaration
public Builder(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
System. |
fieldName | the intended field name to be used |
Methods
Build()
Returns a new Field
Declaration
public FieldOptions Build()
Returns
Type | Description |
---|---|
Field |
A new Field |
SetFieldLocation(FieldLocation)
Sets the location for the seal field in the document.
Declaration
public FieldOptions.Builder SetFieldLocation(FieldLocation fieldLocation)
Parameters
Type | Name | Description |
---|---|---|
Field |
fieldLocation | the seal field location instance |
Returns
Type | Description |
---|---|
Field |
this Builder instance to add any additional parameters |
SetPageNumber(Nullable<Int32>)
Sets the page number for seal
Declaration
public FieldOptions.Builder SetPageNumber(int? pageNumber)
Parameters
Type | Name | Description |
---|---|---|
System. |
pageNumber | the page number of input PDF document |
Returns
Type | Description |
---|---|
Field |
this Builder instance to add any additional parameters |
SetVisible(Boolean)
Sets the seal visibility flag. Specifies whether the signature field is visible. The default value of true creates a visible signature.
Declaration
public FieldOptions.Builder SetVisible(bool visible)
Parameters
Type | Name | Description |
---|---|---|
System. |
visible | the seal visibility flag |
Returns
Type | Description |
---|---|
Field |
this Builder instance to add any additional parameters |