PageOpen Property
Gets or sets the action to be performed when the page containing the annotation is opened.
Syntax
'Declaration Public Property PageOpen As PDFAction
'Usage Dim instance As PDFAnnotation Dim value As PDFAction instance.PageOpen = value value = instance.PageOpen
public PDFAction PageOpen {get; set;}
Property Value
The action to be performed when the page containing the annotation is opened.Remarks
This action is executed after the page's Open action has been executed.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also