Enum StampType
The type of the stamp. Custom stamps display any text set as the title and subtitle.
Namespace: PSPDFKit.Api.Enums.Annotations
Assembly: Api.dll
Syntax
public enum StampType
Fields
| Name | Description |
|---|---|
| Accepted | |
| Approved | Approved |
| AsIs | AsIs stamp. |
| Completed | Completed stamp. |
| Confidential | Confidential stamp. |
| Custom | Custom stamp. |
| Departmental | Departmental stamp. |
| Draft | Draft stamp. |
| Experimental | Experimental stamp. |
| Expired | Expired stamp. |
| Final | Final stamp. |
| ForComment | ForComment stamp. |
| ForPublicRelease | ForPublicRelease stamp. |
| InformationOnly | InformationOnly stamp. |
| InitialHere | InitialHere stamp. |
| NotApproved | NotApproved stamp. |
| NotForPublicRelease | NotForPublicRelease stamp. |
| PreliminaryResults | PreliminaryResults stamp. |
| RejectedWithText | Rejected stamp. |
| Revised | Revised stamp. |
| SignHere | SignHere stamp. |
| Sold | Sold stamp. |
| TopSecret | TopSecret stamp. |
| Void | Void stamp. |
| Witness | Witness stamp. |