PDFDocInfo class

Class representing the information of a PDF document. It needs not to be directly instantiated, instances will be automatically created by the PDFDoc class.

Properties

author String?
Gets the author of the document. This contains the original string of the authors contained in the document. Therefore there might be multiple authors separated by comma. Returns null if no author exists.
no setter
authors List<String>?
Gets the list of authors of the document. This is inferred by splitting the author string by comma. Returns null if no author exists.
no setter
creationDate DateTime?
Gets the creation date of the document. Returns null if no creation date exists.
no setter
creator String?
Gets the creator of the document. Returns null if no creator exists.
no setter
hashCode int
The hash code for this object.
no setterinherited
keywords List<String>?
Gets the list of keywords of the document. Returns null if no keyword exists.
no setter
modificationDate DateTime?
Gets the modification date of the document. Returns null if no modification date exists.
no setter
producer String?
Gets the producer of the document. Returns null if no producer exists.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
Gets the subject of the document. Returns null if no subject exists.
no setter
title String?
Gets the title of the document. Returns null if no title exists.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited