Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPasswordRequestedEventArgs.FileName Property

Returns the file name of a document that is requested to be opened in the PDF Viewer or PDF Document Processor.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public string FileName { get; }

Property Value

Type Description
String

A String value, specifying the file name.

Remarks

This property provides access to the name of a PDF document. This document is requested to be opened in the PDF Viewer or PDF Document Processor.

To provide the security password when a protected document is requested to be opened, use the PdfPasswordRequestedEventArgs.PasswordString property.

See Also