←Select platform

RasterImagePagesChangedEventArgs Constructor

Summary

Initializes a new instance of the RasterImagePagesChangedEventArgs class.

Syntax

C#
VB
WinRT C#
C++
Public Function New( _ 
   ByVal action As Leadtools.RasterImagePagesChangedAction, _ 
   ByVal startIndex As Integer, _ 
   ByVal count As Integer _ 
) 
public RasterImagePagesChangedEventArgs(  
   Leadtools.RasterImagePagesChangedAction action, 
   int startIndex, 
   int count 
) 
function RasterImagePagesChangedEventArgs(  
   action , 
   startIndex , 
   count  
) 
public: 
RasterImagePagesChangedEventArgs(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly