LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

PagesChanged Event






Occurs when pages are added, inserted or removed from this RasterImage object. .NET support Silverlight support WinRT support
Syntax
'Declaration
 
Public Event PagesChanged As EventHandler(Of RasterImagePagesChangedEventArgs)
'Usage
 
Dim instance As RasterImage
Dim handler As EventHandler(Of RasterImagePagesChangedEventArgs)
 
AddHandler instance.PagesChanged, handler
add_PagesChanged(function(sender, e))
remove_PagesChanged(function(sender, e))

Event Data

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

PropertyDescription
Action Indicates whether pages are added, removed or inserted. .NET support Silverlight support WinRT support
Count The number of pages being added, removed inserted. .NET support Silverlight support WinRT support
StartIndex The index of the index of the first page being added, removed inserted. .NET support Silverlight support WinRT support
Remarks
For more information, refer to RasterImagePagesChangedEventArgs.
Example
For an example, refer to RasterImagePagesChangedEventArgs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.