PdfActionAnnotation constructor

PdfActionAnnotation(
  1. Rect bounds,
  2. PdfAction action
)

Initializes a new instance of the PdfActionAnnotation class with specified bounds and action.

Implementation

PdfActionAnnotation(Rect bounds, PdfAction action) {
  _helper = PdfActionAnnotationHelper(this, bounds, action);
}