Enum StandardBusinessStampItem
Enum type for Standard Business Stamp Items.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[Flags]
public enum StandardBusinessStampItem
Fields
| Name | Description |
|---|---|
| Approved | Represents a stamp indicating the document is approved. |
| Completed | Represents a stamp indicating the document is completed. |
| Confidential | Represents a stamp indicating the document is confidential. |
| Draft | Represents a stamp indicating the document is a draft. |
| Final | Represents a stamp indicating the document is final. |
| ForComment | Represents a stamp indicating the document is for comment. |
| ForPublicRelease | Represents a stamp indicating the document is for public release. |
| InformationOnly | Represents a stamp indicating the document is for information only. |
| NotApproved | Represents a stamp indicating the document is not approved. |
| NotForPublicRelease | Represents a stamp indicating the document is not for public release. |
| PreliminaryResults | Represents a stamp indicating the document contains preliminary results. |
| Void | Represents a stamp indicating the document is void. |