PdfReferencedDocumentOpeningEventArgs.DocumentFilePath Property
Returns a file path to the referenced document.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
public string DocumentFilePath { get; }
Property Value
Type | Description |
---|---|
String | A file path. |
See Also