PdfDocumentRemovePage(Int32) Method
Removes the page at the given index from document. The first page index is 0
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void RemovePage(
int index
)
Public Sub RemovePage (
index As Integer
)
public:
void RemovePage(
int index
)
member RemovePage :
index : int -> unit
Parameters
- index Int32
- The index of the page to remove