RemovePages

Merger.RemovePages method

Removes pages from document of known format.

public void RemovePages(IRemoveOptions removeOptions)
Parameter Type Description
removeOptions IRemoveOptions The options for the numbers of pages to be removed.

Exceptions

exception condition
ArgumentNullException Thrown when removeOptions is null.

Remarks

Learn more

See Also