PdfDocumentInformation class

A class containing the information about the document.

Properties

author String
Gets the author.
getter/setter pair
creationDate DateTime
Gets the creation date of the PDF document
getter/setter pair
creator String
Gets the creator.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keywords String
Gets the keywords.
getter/setter pair
modificationDate DateTime
Gets the modification date of the PDF document
getter/setter pair
producer String
Gets the producer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
Gets the subject.
getter/setter pair
title String
Gets the title.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeModificationDate() → void
Remove the modification date from existing document.
toString() String
A string representation of this object.
inherited

Operators

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