menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerToolbarSettings - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerToolbarSettings

    Class for toolbar settings

    Inheritance
    System.Object
    PdfViewerToolbarSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class PdfViewerToolbarSettings

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved