Class PdfViewerToolbarSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
PdfViewerToolbarSettings
Namespace: Syncfusion.EJ2.PdfViewer
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerToolbarSettings : EJTagHelper
Constructors
PdfViewerToolbarSettings()
Declaration
public PdfViewerToolbarSettings()
Properties
AnnotationToolbarItems
Provide option to customize the annotation toolbar of the PDF Viewer.
Declaration
public object AnnotationToolbarItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
FormDesignerToolbarItems
Customize the tools to be exposed in the form designer toolbar.
Declaration
public object FormDesignerToolbarItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
RedactionToolbarItems
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 object RedactionToolbarItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
ShowTooltip
Enable or disables the tooltip of the toolbars.
Declaration
public bool ShowTooltip { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is null |
ToolbarItems
shows only the defined options in the PdfViewer.
Declaration
public object ToolbarItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |