menu

WPF

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

    Show / Hide Table of Contents

    Class GetDocumentPasswordEventArgs

    Provides data for the GetDocumentPassword event.

    Inheritance
    System.Object
    System.EventArgs
    GetDocumentPasswordEventArgs
    Inherited Members
    System.EventArgs.Empty
    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 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