Class DynamicStampItem
Enum type for Dynamic Stamp Items.
Inheritance
System.Object
DynamicStampItem
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public sealed class DynamicStampItem : Enum
Fields
Approved
Represents a stamp indicating the document is approved.
Declaration
public const DynamicStampItem Approved
Field Value
Type |
---|
DynamicStampItem |
Confidential
Represents a stamp indicating the document is confidential.
Declaration
public const DynamicStampItem Confidential
Field Value
Type |
---|
DynamicStampItem |
NotApproved
Represents a stamp indicating the document is not approved.
Declaration
public const DynamicStampItem NotApproved
Field Value
Type |
---|
DynamicStampItem |
Received
Represents a stamp indicating the document has been received.
Declaration
public const DynamicStampItem Received
Field Value
Type |
---|
DynamicStampItem |
Reviewed
Represents a stamp indicating the document has been reviewed.
Declaration
public const DynamicStampItem Reviewed
Field Value
Type |
---|
DynamicStampItem |
Revised
Represents a stamp indicating the document has been revised.
Declaration
public const DynamicStampItem Revised
Field Value
Type |
---|
DynamicStampItem |