Removes pages with specified indexes from the collection of
document pages.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void RemovePages(
int[] indexes
)
VB
Public Sub RemovePages (
indexes As Integer()
)
Parameters
- indexes
- Type: System.Int32[]
The array of zero-based indexes
of the pages to remove.
See Also