 | PdfViewerRegenerateAnnots Method |
Create an appearance stream for annotations which do not have this one.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual void RegenerateAnnots(
int pageIndex
)
Protected Overridable Sub RegenerateAnnots (
pageIndex As Integer
)
protected:
virtual void RegenerateAnnots(
int pageIndex
)
abstract RegenerateAnnots :
pageIndex : int -> unit
override RegenerateAnnots :
pageIndex : int -> unit protected void RegenerateAnnots(
int pageIndex
)
function RegenerateAnnots(pageIndex);
Parameters
- pageIndex Int32
- Page index with which annotations are associated.
See Also