Remove Method

Removes the specified page from the document.

expression.Remove(Page)

*expression   * Required. An expression that returns a Document object.

Page    Required Object. The page to remove from the document.

Example

The following example removes the first page from the document's Images collection.

miDoc.Images.Remove miDoc.Images(0)

Applies to | Images Collection Object