PdfPageContext class

One page's textual content and geometry, for PdfDocumentContext.

Constructors

PdfPageContext({required int pageIndex, required String text, required double width, required double height})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
final
pageIndex int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The page's extracted text in reading order (empty for image-only pages that have no text layer - run OCR first; see PdfOcrEditing).
final
width double
Crop-box size in PDF points.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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