CPDFPage class
Constructors
- CPDFPage.new(MethodChannel _channel, int pageIndex)
Properties
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