PdfRenderPlatformMethodChannel class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createTexture({required PdfDocument pdfDocument, required int pageNumber}) Future<PdfPageImageTexture>
Create a new Flutter Texture. The object should be released by calling dispose method after use it.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openAsset(String name) Future<PdfDocument?>
Opening the specified asset.
override
openData(Uint8List data) Future<PdfDocument?>
Opening the PDF on memory.
override
openFile(String filePath) Future<PdfDocument?>
Opening the specified file.
override
toString() String
A string representation of this object.
inherited

Operators

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