PdfDocument class abstract

Constructors

PdfDocument()

Properties

author String
no setter
cover → Image?
no setter
creationDate String
no setter
creator String
no setter
hashCode int
The hash code for this object.
no setterinherited
identifier String
no setter
keywordList List<String>
no setter
keywords String
no setter
modDate String
no setter
pageCount int
no setter
producer String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
no setter
title String
no setter

Methods

close() → void
getPageSizeByIndex(int pageIndex) → Product2<double, double>
loadPage(int pageIndex) PdfPage
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