CropBoxChanged Event
Fired after the page cropbox has changed.
Syntax
'Declaration Public Event CropBoxChanged As EventHandler(Of EventArgs)
'Usage Dim instance As PDFPage Dim handler As EventHandler(Of EventArgs) AddHandler instance.CropBoxChanged, handler
public event EventHandler<EventArgs> CropBoxChanged
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also