FlutterMuPdf class

Constructors

FlutterMuPdf()

Properties

hashCode int
The hash code for this object.
no setterinherited
libraryPath String
getter/setter pair
pdflib ↔ MuPdfWrapper
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearMuPDF(Pointer<MuPdfInst> ctx) → void
getPageCount(Pointer<MuPdfInst> ctx) int
getPagePixmap(Pointer<MuPdfInst> ctx, int pageNumber) Future<Image>
getPageText(Pointer<MuPdfInst> ctx, int pageNumber) → PdfText
loadDocument(Pointer<MuPdfInst> ctx, String p) → void
newPdfInst() Pointer<MuPdfInst>
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