menu

Document Processing

PdfViewerControlAutomationPeer Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PdfViewerControlAutomationPeer Class

    Exposes PdfViewerControl types to UI Automation.

    Inheritance
    System.Object
    PdfViewerControlAutomationPeer
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class PdfViewerControlAutomationPeer : FrameworkElementAutomationPeer

    Constructors

    PdfViewerControlAutomationPeer(PdfViewerControl)

    Initializes a new instance of the class.

    Declaration
    public PdfViewerControlAutomationPeer(PdfViewerControl pdf)
    Parameters
    Type Name Description
    PdfViewerControl pdf

    Specifies the PdfViewerControl

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the PdfViewerControl that is associated with this PdfViewerControlAutomationPeer.

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationControlType

    Returns the control type for the PdfViewerControl as Custom.

    GetAutomationIdCore()

    Declaration
    protected override string GetAutomationIdCore()
    Returns
    Type
    System.String

    GetClassNameCore()

    Declaration
    protected override string GetClassNameCore()
    Returns
    Type
    System.String

    GetLocalizedControlTypeCore()

    Gets the localized version of the control type for the PdfViewerControl that is associated with this PdfViewerControlAutomationPeer.

    Declaration
    protected override string GetLocalizedControlTypeCore()
    Returns
    Type Description
    System.String

    A string that contains "PdfViewerControl".

    GetNameCore()

    Gets the text label of PdfViewerControl that is associated with PdfViewerControlAutomationPeer.

    Declaration
    protected override string GetNameCore()
    Returns
    Type Description
    System.String

    Returns the text label of PdfViewerControl.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved