Class DisplayMode
Represent the display mode.
Inheritance
System.Object
DisplayMode
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DisplayMode : Enum
Fields
Draw
Display only the draw option in the signature dialog.
Declaration
public const DisplayMode Draw
Field Value
Type |
---|
DisplayMode |
Text
Display only the type option in the signature dialog.
Declaration
public const DisplayMode Text
Field Value
Type |
---|
DisplayMode |
Upload
Display only the upload option in the signature dialog.
Declaration
public const DisplayMode Upload
Field Value
Type |
---|
DisplayMode |