Removes the page at the specified index of the collection of
document pages.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void RemovePage(
int index
)
VB
Public Sub RemovePage (
index As Integer
)
Parameters
- index
- Type: System.Int32
The zero-based index of the page to
remove.
See Also