CPDFPage class

Constructors

CPDFPage.new(MethodChannel _channel, int pageIndex)

Properties

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

Methods

getAnnotations() Future<List<CPDFAnnotation>>
Retrieves all annotations on the current page.
getText(CPDFTextRange range) Future<String>
Retrieves a text snippet from the current PDF page based on the specified range.
getWidgets() Future<List<CPDFWidget>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAnnotation(CPDFAnnotation annotation) Future<bool>
Removes an annotation from the current page.
removeWidget(CPDFWidget widget) Future<bool>
Removes a widget from the current page.
toString() String
A string representation of this object.
inherited

Operators

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