C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PageCollection Class / RemoveAt Method
The index of the page to remove.

In This Topic
RemoveAt Method (C1PageCollection)
In This Topic
Removes the page with specified index from collection.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As Integer _
) 
 

Parameters

index
The index of the page to remove.
See Also