Click or drag to resize

PdfControlRegenerateAppearance Method

Delete the existing appearance stream of this PdfControl and build a new one.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void RegenerateAppearance(
	PdfPage page = null
)

Parameters

page  PdfPage  (Optional)
The page where the widget is located. If no page is specified, the widget is searched on all pages of the document.
See Also