←Select platform

RasterImagePagesChangedEventArgs Constructor

Summary
Initializes a new instance of the RasterImagePagesChangedEventArgs class.
Syntax
C#
VB
C++
Public Function New( _ 
   ByVal action As RasterImagePagesChangedAction, _ 
   ByVal startIndex As Integer, _ 
   ByVal count As Integer _ 
) 
public: 
RasterImagePagesChangedEventArgs(  
   RasterImagePagesChangedAction action, 
   int startIndex, 
   int count 
) 

Parameters

action
Indicates whether pages are added, removed or inserted.

startIndex
An integer value that specifies 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.