Class DocumentInformation
Gets the information about the currently loaded PDF document
Inheritance
System.Object
DocumentInformation
Inherited Members
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.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class DocumentInformation
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 |