ImageDeleteAction

ImageDeleteAction enumeration

Action which performed with image object when image is removed from collection. If image object is removed

Members

Member nameDescription
KEEP_CONTENTSImage will be removed from the collection. If page contents contains references to the image they will not be removed. Document may became invalid.
NONEImage will be removed from the collection and from page contents, but image object will not be deleted. File size will not be decreased.
FORCE_DELETEImage will be removed from the collection and image object will be removed from the document. If other references on the same object exist the document may be corrupted.
CHECKImage will be removed from the collection and image object will be removed only if no other references to the image from other pages. This may require more time in comparision with ForceDelete option.

See Also