Page numbers to delete.

In This Topic

DeletePages Method (DocuViewareControl)

In This Topic
Deletes specific pages of the current document.
Syntax
'Declaration
 
Public Function DeletePages( _
   ByVal Pages As IEnumerable(Of Integer) _
) As GdPictureStatus
public GdPictureStatus DeletePages( 
   IEnumerable<int> Pages
)

Parameters

Pages
Page numbers to delete.

Return Value

A member of the GdPictureStatus enumeration.
See Also