Enum DynamicStampItem
Enum type for Dynamic Stamp Items.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[Flags]
public enum DynamicStampItem
Fields
| Name | Description |
|---|---|
| Approved | Represents a stamp indicating the document is approved. |
| Confidential | Represents a stamp indicating the document is confidential. |
| NotApproved | Represents a stamp indicating the document is not approved. |
| Received | Represents a stamp indicating the document has been received. |
| Reviewed | Represents a stamp indicating the document has been reviewed. |
| Revised | Represents a stamp indicating the document has been revised. |