RemoveFromPage Method of the PDFPicture Object
This method deletes a picture position from a document page.
Syntax
HRESULT RemoveFromPage( int PageIndex );
Parameters
- PageIndex
- [in] Specifies the page index from which a picture position should be deleted. The default value is -1, which means that the image position will be deleted from all pages, provided that the same value for page index has been specified using the SetLocation method. If you need to delete the pictures positions from certain pages, you should list the indexes of the desired pages, for example, (4, 8, 11, 19).
Remarks
Alternatively, you may also use the DeleteAt method to remove an element from the collection.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM