Click or drag to resize

PdfPageCollectionDeleteAt Method

Delete a PDF page.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void DeleteAt(
	int index
)

Parameters

index  Int32
The index of a page.
See Also