Click or drag to resize

PdfMarkupAnnotationRegenerateAppearances Method

Re-creates the appearance of the annotation based on its properties.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public virtual void RegenerateAppearances()
Remarks
When the annotation does not have an Appearance stream (old style annotations), they are not rendered by the Pdfium engine. Calling this function creates an appearance stream based on the default parameters and the properties of this annotation.
Note  Note
Overridden in derived classes. The basic implementation do nothing.
See Also