Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
This method deletes a picture position from a document page.
Syntax
C++
HRESULT RemoveFromPage( int PageIndex );
void RemoveFromPage( int PageIndex );
Visual Basic .NET
Sub RemoveFromPage( PageIndex As Integer )
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).
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
PDFPicture