PageCollection.Delete

Delete(int)

Delete specified page.

public void Delete(int index)
ParameterTypeDescription
indexInt32Number of page that will be deleted. Pages numbers start from 1.

See Also


Delete()

Deletes all pages from collection.

public void Delete()

See Also


Delete(int[])

Delete pages specified which numbers are specified in array.

public void Delete(int[] pages)
ParameterTypeDescription
pagesInt32[]Array of pages to be deleted.

See Also