public final class ImageDeleteAction
extends com.aspose.ms.System.Enum
Action which performed with image object when image is removed from collection. If image object is removed
Modifier and Type | Field and Description |
---|---|
static int |
Check
Image will be removed from the collection and image object will be removed only if no other references to the image from other pages.
|
static int |
ForceDelete
Image will be removed from the collection and image object will be removed from the document.
|
static int |
None
Image will be removed from the collection and from page contents, but image object will not be deleted.
|
public static final int None
Image will be removed from the collection and from page contents, but image object will not be deleted. File size will not be decreased.
public static final int ForceDelete
Image 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.
public static final int Check
Image 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 ForeDelete option.