Click or drag to resize

PdfIndirectListRemove Method

Destroy specified object and remove its from the list.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public void Remove(
	int objectNumber
)

Parameters

objectNumber  Int32
The object's number to remove from the list.
See Also