Android.Graphics.Pdf.Models Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides types that describe PDF form widgets, form edits, list options, and search-match bounds.
Classes
| Name | Description |
|---|---|
| FormEditRecord |
Record of a form filling operation that has been executed on a single form field in a PDF. |
| FormEditRecord.Builder |
Builder for |
| FormEditRecord.InterfaceConsts |
Contains constants from interfaces implemented by FormEditRecord. |
| FormWidgetInfo |
Information about a form widget of a PDF document. |
| FormWidgetInfo.Builder |
Builder for |
| FormWidgetInfo.InterfaceConsts |
Contains constants from interfaces implemented by FormWidgetInfo. |
| ListItem |
Represents a single option in a combo box or list box PDF form widget. |
| ListItem.InterfaceConsts |
Contains constants from interfaces implemented by ListItem. |
| PageMatchBounds |
Represents the bounds of a single search match on a page of the PDF document. |
| PageMatchBounds.InterfaceConsts |
Contains constants from interfaces implemented by PageMatchBounds. |
Enums
| Name | Description |
|---|---|
| FormEditRecordEditType |
Defines the kinds of edits that can be applied to a PDF form widget. |
| FormWidgetInfoWidgetType |
Defines the kinds of form widgets in a PDF document. |
Remarks
Use these types with the Android PDF APIs to inspect PDF page content and form widgets.