Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

StartIndex Property








(Read only) The index of the first page being added, removed or inserted.
Syntax
public int StartIndex {get;}
'Declaration
 
Public ReadOnly Property StartIndex As Integer
'Usage
 
Dim instance As RasterImagePagesChangedEventArgs
Dim value As Integer
 
value = instance.StartIndex
public int StartIndex {get;}
 get_StartIndex(); 
public:
property int StartIndex {
   int get();
}

Property Value

An integer value that specifies the index of the first page being added, removed or inserted.
Remarks
For more information, refer to RasterImagePagesChangedEventArgs.
Example
For an example, refer to RasterImagePagesChangedEventArgs.
Requirements

Target Platforms

See Also

Reference

RasterImagePagesChangedEventArgs Class
RasterImagePagesChangedEventArgs Members

Error processing SSI file