Class PdfViewerToolbarSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PdfViewerToolbarSettingsBuilder
Assembly: Syncfusion.EJ2.dll
public class PdfViewerToolbarSettingsBuilder : ControlBuilder
Constructors
Declaration
public PdfViewerToolbarSettingsBuilder()
Declaration
public PdfViewerToolbarSettingsBuilder(PdfViewerToolbarSettings model)
Parameters
Methods
Provide option to customize the annotation toolbar of the PDF Viewer.
Declaration
public PdfViewerToolbarSettingsBuilder AnnotationToolbarItems(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Customize the tools to be exposed in the form designer toolbar.
Declaration
public PdfViewerToolbarSettingsBuilder FormDesignerToolbarItems(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Provide option to customize the redaction toolbar of the PDF Viewer.
This redaction customization feature shall be available only when the PDF Viewer is operating in Standalone Mode.
Declaration
public PdfViewerToolbarSettingsBuilder RedactionToolbarItems(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Enable or disables the tooltip of the toolbars.
Declaration
public PdfViewerToolbarSettingsBuilder ShowTooltip(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
shows only the defined options in the PdfViewer.
Declaration
public PdfViewerToolbarSettingsBuilder ToolbarItems(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns