 | PdfFileAttachmentAnnotationRegenerateAppearances Method |
Re-creates the appearance of the annotation based on its properties.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic override void RegenerateAppearances()
Public Overrides Sub RegenerateAppearances
public:
virtual void RegenerateAppearances() override
abstract RegenerateAppearances : unit -> unit
override RegenerateAppearances : unit -> unit
public void RegenerateAppearances()
function 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