PdfAppearance constructor

PdfAppearance(
  1. PdfAnnotation annotation
)

Initializes a instance of the PdfAppearance class.

Implementation

PdfAppearance(PdfAnnotation annotation) : super() {
  _annotation = annotation;
}