 | PdfInteractiveFormsFixPageFields Method |
Fix page fields
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
Syntaxpublic void FixPageFields(
PdfPage page
)
Public Sub FixPageFields (
page As PdfPage
)
public:
void FixPageFields(
PdfPage^ page
)
member FixPageFields :
page : PdfPage -> unit
public void FixPageFields(
PdfPage page
)
function FixPageFields(page);
Parameters
- page
- Type: Patagames.Pdf.NetPdfPage
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