Click or drag to resize

PdfInteractiveFormsFixPageFields Method

Fix page fields

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public void FixPageFields(
	PdfPage page
)

Parameters

page  PdfPage
PDF page object.
Remarks
This method method reload all widget annotations on a page. You may need this if you are changing the widget annotation through its dictionary.
See Also