Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterImagePagesChangedEventArgs Constructor
See Also 
Leadtools Namespace > RasterImagePagesChangedEventArgs Class : RasterImagePagesChangedEventArgs Constructor




action
Indicates whether pages are added, removed or inserted.
startIndex
The index of the first page being added, removed or inserted.
count
The number of pages being added, removed or inserted.
Initializes a new instance of the RasterImagePagesChangedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal action As RasterImagePagesChangedAction, _
   ByVal startIndex As Integer, _
   ByVal count As Integer _
)
Visual Basic (Usage)Copy Code
Dim action As RasterImagePagesChangedAction
Dim startIndex As Integer
Dim count As Integer
 
Dim instance As RasterImagePagesChangedEventArgs(action, startIndex, count)
C# 
public RasterImagePagesChangedEventArgs( 
   RasterImagePagesChangedAction action,
   int startIndex,
   int count
)
Managed Extensions for C++ 
public: RasterImagePagesChangedEventArgs( 
   RasterImagePagesChangedAction action,
   int startIndex,
   int count
)
C++/CLI 
public:
RasterImagePagesChangedEventArgs( 
   RasterImagePagesChangedAction action,
   int startIndex,
   int count
)

Parameters

action
Indicates whether pages are added, removed or inserted.
startIndex
The index of the first page being added, removed or inserted.
count
The number of pages being added, removed or inserted.

Example

For an example, refer to RasterImagePagesChangedEventArgs.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also