PDFView4NET WinForms Edition


PageShow Property
Gets or sets the action to be performed when the page containing the annotation becomes visible in the viewer application’s user interface.
Syntax
'Declaration
 
Public Property PageShow As PDFAction
'Usage
 
Dim instance As PDFAnnotation
Dim value As PDFAction
 
instance.PageShow = value
 
value = instance.PageShow
public PDFAction PageShow {get; set;}

Property Value

The action to be performed when the page containing the annotation becomes visible in the viewer application’s user interface.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also