| PdfControlRegenerateAppearance Method |
Delete the existing appearance stream of this
PdfControl and build a new one.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public void RegenerateAppearance(
PdfPage page = null
)
Public Sub RegenerateAppearance (
Optional page As PdfPage = Nothing
)
public:
void RegenerateAppearance(
PdfPage^ page = nullptr
)
member RegenerateAppearance :
?page : PdfPage
(* Defaults:
let _page = defaultArg page null
*)
-> unit
public void RegenerateAppearance(
PdfPage page = null
)
function RegenerateAppearance(page);
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