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