Class PdfViewerCustomStampBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PdfViewerCustomStampBuilder
Namespace: Syncfusion.EJ2.PdfViewer
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerCustomStampBuilder : ControlBuilder
Constructors
PdfViewerCustomStampBuilder()
Declaration
public PdfViewerCustomStampBuilder()
PdfViewerCustomStampBuilder(PdfViewerCustomStamp)
Declaration
public PdfViewerCustomStampBuilder(PdfViewerCustomStamp model)
Parameters
| Type | Name | Description |
|---|---|---|
| PdfViewerCustomStamp | model |
Methods
CustomStampImageSource(String)
Defines the custom stamp images source to be added in stamp menu of the PDF Viewer toolbar.
Declaration
public PdfViewerCustomStampBuilder CustomStampImageSource(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PdfViewerCustomStampBuilder |
CustomStampName(String)
Defines the custom stamp name to be added in stamp menu of the PDF Viewer toolbar.
Declaration
public PdfViewerCustomStampBuilder CustomStampName(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PdfViewerCustomStampBuilder |