WinForms

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

    Show / Hide Table of Contents

    Class DocumentInformation

    Gets the information about the currently loaded PDF document

    Inheritance
    System.Object
    DocumentInformation
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.String

    FilePath

    Gets the file path of the loaded PDF document

    Declaration
    public string FilePath { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved