ImageGear for .NET
FileOpened Event
See Also  Send Feedback
ImageGear21.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : FileOpened Event




Glossary Item Box

Event triggered after a file has been opened by the PageView control.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Event Data

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

PropertyDescription
ARTPage Gets ImGearAnnotationPage loaded into the page view control. Set to null if no annotations were loaded.
Document Gets ImGearDocument loaded for the file if requested, otherwise null.
File Gets FileInfo of file dropped on PageView control.
Page Gets ImGearPage loaded into the page view control. Set to null if no page was loaded.
PageNumber Gets Page number of the image or annotation loaded from the file.

Remarks

Depends upon DragDropOpen being set to true.

Properties of the FileOpenedEventArgs object contain the results of the opening.

See Also

©2013. Accusoft Corporation. All Rights Reserved.