PdfActionAnnotation constructor
Initializes a new instance of the PdfActionAnnotation class with specified bounds and action.
Implementation
PdfActionAnnotation(Rect bounds, PdfAction action) {
_helper = PdfActionAnnotationHelper(this, bounds, action);
}