Namespace TallComponents.PDF.Layout
Class DocumentInfo
Document Info for the document like Author, Title and Subject.
Syntax
public class DocumentInfo : Object
Properties
String Author
The person who authored this document.
DateTime CreationDate
The date this PDF was originally created.
String Creator
The application that created this document before it was converted to PDF (this is your application).
String Keywords
Keywords of this document.
String Producer
The component or application that created this document (this component after it is written).
String Subject
Subject of this document.
String Title
Title of this document.