Class PdfViewerAnnotationToolbarSettings
Inheritance
System.Object
PdfViewerAnnotationToolbarSettings
Assembly: Syncfusion.EJ2.dll
public class PdfViewerAnnotationToolbarSettings : EJTagHelper
Constructors
Declaration
public PdfViewerAnnotationToolbarSettings()
Properties
shows only the defined options in the PdfViewer.
Declaration
public object AnnotationToolbarItem { 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 tooltip of the toolbar.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|