Class DocumentToolbarSettings
Represents document toolbar settings for PdfViewer.
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class DocumentToolbarSettings
Constructors
DocumentToolbarSettings(PdfViewerControl)
Initializes the ToolbarItem
Declaration
public DocumentToolbarSettings(PdfViewerControl control)
Parameters
Type | Name | Description |
---|---|---|
PdfViewerControl | control |
Fields
CurrentPageIndexTextbox
Represents current page index button in document toolbar
Declaration
public ToolbarItem CurrentPageIndexTextbox
Field Value
Type |
---|
ToolbarItem |
CurrentZoomCombobox
Represents current zoom level button in document toolbar
Declaration
public ToolbarItem CurrentZoomCombobox
Field Value
Type |
---|
ToolbarItem |
FitPageButton
Represents fitpage button in document toolbar
Declaration
public ToolbarItem FitPageButton
Field Value
Type |
---|
ToolbarItem |
FitWidthButton
Represents fitwidth button in document toolbar
Declaration
public ToolbarItem FitWidthButton
Field Value
Type |
---|
ToolbarItem |
GoToFirstPageButton
Represents goto first page button in document toolbar
Declaration
public ToolbarItem GoToFirstPageButton
Field Value
Type |
---|
ToolbarItem |
GoToLastPageButton
Represents goto last page button in document toolbar
Declaration
public ToolbarItem GoToLastPageButton
Field Value
Type |
---|
ToolbarItem |
GoToNextPageButton
Represents goto next page button in document toolbar
Declaration
public ToolbarItem GoToNextPageButton
Field Value
Type |
---|
ToolbarItem |
GoToPreviousPageButton
Represents goto previous page button in document toolbar
Declaration
public ToolbarItem GoToPreviousPageButton
Field Value
Type |
---|
ToolbarItem |
OpenButton
Represents open button in document toolbar
Declaration
public ToolbarItem OpenButton
Field Value
Type |
---|
ToolbarItem |
PanButton
Represents pan button in document toolbar
Declaration
public ToolbarItem PanButton
Field Value
Type |
---|
ToolbarItem |
PrintButton
Represents print button in document toolbar
Declaration
public ToolbarItem PrintButton
Field Value
Type |
---|
ToolbarItem |
SaveButton
Represents save button in document toolbar
Declaration
public ToolbarItem SaveButton
Field Value
Type |
---|
ToolbarItem |
SelectionButton
Represents selection button in document toolbar
Declaration
public ToolbarItem SelectionButton
Field Value
Type |
---|
ToolbarItem |
TotalPageCountLabel
Represents total page count button in document toolbar
Declaration
public ToolbarItem TotalPageCountLabel
Field Value
Type |
---|
ToolbarItem |
ZoomInButton
Represents zoom in button in document toolbar
Declaration
public ToolbarItem ZoomInButton
Field Value
Type |
---|
ToolbarItem |
ZoomOutButton
Represents zoom out button in document toolbar
Declaration
public ToolbarItem ZoomOutButton
Field Value
Type |
---|
ToolbarItem |