Class DocumentInfo
Gets the information about the currently loaded PDF document
Inheritance
System.Object
DocumentInfo
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class DocumentInfo : Object
Properties
FileName
Gets the file name of the loaded PDF document
Declaration
public string FileName { get; }
Property Value
Type |
---|
System.String |
FilePath
Gets the file path of the loaded PDF document
Declaration
public string FilePath { get; }
Property Value
Type |
---|
System.String |