Class SignStampItem
Enum type for Sign Stamp Items.
Inheritance
System.Object
SignStampItem
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public sealed class SignStampItem : Enum
Fields
Accepted
Represents a stamp indicating the document is accepted.
Declaration
public const SignStampItem Accepted
Field Value
Type |
---|
SignStampItem |
InitialHere
Represents a stamp indicating the initial placement here.
Declaration
public const SignStampItem InitialHere
Field Value
Type |
---|
SignStampItem |
Rejected
Represents a stamp indicating the document is rejected.
Declaration
public const SignStampItem Rejected
Field Value
Type |
---|
SignStampItem |
SignHere
Represents a stamp indicating where the sign is needed.
Declaration
public const SignStampItem SignHere
Field Value
Type |
---|
SignStampItem |
Witness
Represents a stamp indicating a witness is required.
Declaration
public const SignStampItem Witness
Field Value
Type |
---|
SignStampItem |