menu

Document Processing

GetDocumentPasswordEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    GetDocumentPasswordEventArgs Class

    Provides data for the GetDocumentPassword event.

    Inheritance
    System.Object
    GetDocumentPasswordEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class GetDocumentPasswordEventArgs : EventArgs

    Properties

    Handled

    Gets or sets a value indicating whether the GetDocumentPassword event is handled. The default value is false. When the value is set to true, built-in password dialog to get the password from user won’t get displayed.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    Password

    Gets and sets the security password to open a password file.

    Declaration
    public SecureString Password { get; set; }
    Property Value
    Type
    System.Security.SecureString
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved