Class PdfViewerToolbarSettings
Class for toolbar settings
Inheritance
System.Object
PdfViewerToolbarSettings
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PdfViewerToolbarSettings : Object
Constructors
PdfViewerToolbarSettings()
Represents the toolbar settings.
Declaration
public PdfViewerToolbarSettings()
Properties
ShowAnnotationTools
Gets and Sets the boolean value to display and hide the annotation tools in document toolbar, by default this value is set to true
Declaration
public bool ShowAnnotationTools { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowFileTools
Gets and Sets the boolean value to display and hide the file tools in document toolbar, by default this value is set to true
Declaration
public bool ShowFileTools { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowPageNavigationTools
Gets and Sets the boolean value to display and hide the navigation tools in document toolbar, by default this value is set to true
Declaration
public bool ShowPageNavigationTools { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowZoomTools
Gets and Sets the boolean value to display and hide the navigation tools in document toolbar, by default this value is set to true
Declaration
public bool ShowZoomTools { get; set; }
Property Value
Type |
---|
System.Boolean |
StampAnnotations
Gets the collection of stamps.
Declaration
public PdfStampAnnotationCollection StampAnnotations { get; }
Property Value
Type |
---|
PdfStampAnnotationCollection |