ProcessType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class ProcessType
Defines supported process with documents like Info, Preview, Sign, Verify, Search, Update, Delete
| Field | Description |
|---|---|
| Unknown | Indicates an error, unknown process type. |
| Info | Obtain document information process. |
| Preview | Indicates method GeneratePreview(). |
| Sign | Signing process type. |
| Verify | Document verification process. |
| Search | Signatures searching process. |
| Update | Update document signatures process. |
| Delete | Delete document signatures process |
public static final int Unknown
Indicates an error, unknown process type.
public static final int Info
Obtain document information process.
public static final int Preview
Indicates method GeneratePreview().
public static final int Sign
Signing process type.
public static final int Verify
Document verification process.
public static final int Search
Signatures searching process.
public static final int Update
Update document signatures process.
public static final int Delete
Delete document signatures process
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.