pdfviewer library

Classes

PdfCheckboxFormField
Represents the checkbox form field.
PdfComboBoxFormField
Represents the combo box form field.
PdfDocumentLoadedDetails
Holds the details for the SfPdfViewer.onDocumentLoaded callback, such as document.
PdfDocumentLoadFailedDetails
Holds the details for the SfPdfViewer.onDocumentLoadFailed callback, such as error and description.
PdfFormField
Represents the form field.
PdfFormFieldFocusChangeDetails
Holds the details for the SfPdfViewer.onFormFieldFocusChange callback, such as formField and hasFocus.
PdfFormFieldValueChangedDetails
Holds the details for the SfPdfViewer.onFormFieldValueChanged callback, such as formField, oldValue and newValue.
PdfGestureDetails
Holds the details for the SfPdfViewer.onTap callback, such as pageNumber, position and pagePosition.
PdfHyperlinkClickedDetails
Holds the details for the SfPdfViewer.onHyperlinkClicked callback, such as uri.
PdfListBoxFormField
Represents the list box form field.
PdfPageChangedDetails
Holds the details for the SfPdfViewer.onPageChanged callback, such as newPageNumber, oldPageNumber, isFirstPage and isLastPage.
PdfRadioFormField
Represents the radio button form field.
PdfSignatureFormField
Represents the signature form field.
PdfTextFormField
Represents the text form field.
PdfTextLine
The class PdfTextLine represents the selected text line which contains the text and the bounding rectangular size relative to the page dimension and page number in which text selection is happened.
PdfTextSearchResult
PdfTextSearchResult holds the details of TextSearch
PdfTextSelectionChangedDetails
Holds the details for the SfPdfViewer.onTextSelectionChanged callback, such as globalSelectedRegion and selectedText.
PdfViewerController
An object that is used to control the navigation and zooming operations in the SfPdfViewer.
PdfZoomDetails
Holds the details for the SfPdfViewer.onZoomLevelChanged callback, such as newZoomLevel and oldZoomLevel.
SfPdfViewer
A widget to view PDF documents.
SfPdfViewerState
State for the SfPdfViewer widget.

Enums

PdfFlattenOption
Represents different flattening option.
PdfInteractionMode
Represents different pdf interaction modes.
PdfPageLayoutMode
Represents different pdf layout mode.
PdfScrollDirection
Represents different scrolling direction.