The Delete method deletes the specified object.
public Function Delete (ByVal canUndo As Boolean) As Boolean
public System.Boolean Delete ( System.Boolean canUndo )
canUndo
This parameter specifies whether the operation can be undone using the Undo method. An operation that can be undone usually consumes memory and is slower to execute.
True if the page was deleted, False otherwise.
Member of Amyuni.PDFCreator.IacObject.