Click or drag to resize

PdfFileAttachmentAnnotationRegenerateAppearances 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 override void RegenerateAppearances()
Remarks
When the annotation does not have an Appearance stream (old style of 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.
See Also