Cuminas DjVu SDK for .NET Framework
Rotating Event (Document)



Syntax
Public Event Rotating As EventHandler(Of PageRotationEventArgs)
Dim instance As Document
Dim handler As EventHandler(Of PageRotationEventArgs)
 
AddHandler instance.Rotating, handler
public event EventHandler<PageRotationEventArgs> Rotating
public:
event EventHandler<PageRotationEventArgs^>^ Rotating
Event Data

The event handler receives an argument of type PageRotationEventArgs containing data related to this event. The following PageRotationEventArgs properties provide information specific to this event.

PropertyDescription
AcceptRotation  
From  
Page  
To  
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Document Class
Document Members

Send Feedback