PdfRenderPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PdfRenderPlatform
Implementers

Constructors

PdfRenderPlatform()
Constructs a PdfRenderPlatform.

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.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openAsset(String name) Future<PdfDocument?>
Opening the specified asset.
openData(Uint8List data) Future<PdfDocument?>
Opening the PDF on memory.
openFile(String filePath) Future<PdfDocument?>
Opening the specified file.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance PdfRenderPlatform
The default instance of PdfRenderPlatform to use.
getter/setter pair