PdfViewer.FilePath Property
Gets the file path of the document on display.
public string FilePath { get; }
Property Value
Licensing Info
This property is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Viewer selected.
- A DynamicPDF Viewer for .NET v3.X Developer license.
Remarks
The value will be null when the document on display is opened by passing PdfDocument to the Open method.
See Also
PdfViewerceTe.DynamicPDF.Viewer