menu

Document Processing

DocumentInformation Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    DocumentInformation Class

    Gets the information about the currently loaded PDF document

    Inheritance
    System.Object
    DocumentInformation
    Namespace: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class DocumentInformation : 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved