PdfDocInfo class

Document Info dictionary (ISO 32000-1 §14.3.3).

Constructors

PdfDocInfo({String title = '', String author = '', String subject = '', String keywords = '', String creator = '', String producer = '', String xmp = '', String? pdfAPart, String? pdfAConformance})
PdfDocInfo API.
const

Properties

author → String
author API.
final
creator → String
creator API.
final
hashCode → int
The hash code for this object.
no setterinherited
keywords → String
keywords API.
final
pdfAConformance → String?
pdfAConformance API.
final
pdfAPart → String?
pdfAPart API.
final
producer → String
producer API.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subject → String
subject API.
final
title → String
title API.
final
xmp → String
Raw XMP packet when present.
final

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