PdfAppearance constructor
PdfAppearance(
- PdfAnnotation annotation
Initializes a instance of the PdfAppearance class.
Implementation
PdfAppearance(PdfAnnotation annotation) : super() {
_annotation = annotation;
}