Show / Hide Table of Contents

Class InfoDict

This class provides document authoring related information, such as creation date, creator etc.

Inheritance
System.Object
InfoDict
Namespace: Adobe.PDFServicesSDK.pdfjobs.results.pdfproperties
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class InfoDict

Properties

Author

Gets the name of the author of the specified PDF file.

Declaration
public string Author { get; }
Property Value
Type Description
System.String

CreationDate

Gets a String specifying the date of file creation.

Declaration
public string CreationDate { get; }
Property Value
Type Description
System.String

Creator

Gets a String specifying the creator tool of the specified PDF file - e.g. "Adobe Acrobat 21.5" etc.

Declaration
public string Creator { get; }
Property Value
Type Description
System.String

DateModified

Gets a String specifying the date when the file was last modified.

Declaration
public string DateModified { get; }
Property Value
Type Description
System.String

Producer

Gets a String specifying the authoring tool used to generate the specified PDF file

  • e.g. "Adobe Acrobat 21.5 Image Conversion Plug-in" etc.
Declaration
public string Producer { get; }
Property Value
Type Description
System.String

Title

Gets a String specifying the title of the specified PDF file.

Declaration
public string Title { get; }
Property Value
Type Description
System.String
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.