alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DocumentInformation

    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 - 2026 Syncfusion Inc. All Rights Reserved