←Select platform

RasterImagePagesChangedEventArgs Constructor (RasterImagePagesChangedEventArgs)

Summary

Initializes a new instance of the RasterImagePagesChangedEventArgs class.

Syntax

C#
VB
WinRT C#
C++
public RasterImagePagesChangedEventArgs(  
   Leadtools.RasterImagePagesChangedAction action, 
   int startIndex, 
   int count 
) 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize