Class PdfViewerToolbarSettings
Inheritance
System.Object
PdfViewerToolbarSettings
Assembly: Syncfusion.EJ2.dll
public class PdfViewerToolbarSettings : EJTagHelper
Constructors
Declaration
public PdfViewerToolbarSettings()
Properties
Provide option to customize the annotation toolbar of the PDF Viewer.
Declaration
public object AnnotationToolbarItems { get; set; }
Property Value
Type |
Description |
System.Object |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Enable or disables the toolbar of PdfViewer.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
shows only the defined options in the PdfViewer.
Declaration
public object ToolbarItems { get; set; }
Property Value
Type |
Description |
System.Object |
|