DTWAIN_DestroyPDFTextElement
|
The DTWAIN_DestroyPDFTextElement destroys a DTWAIN_PDFTEXTELEMENT.
DTWAIN_BOOL DTWAIN_DestroyPDFTextElement ( DTWAIN_PDFTEXTELEMENT TextElement );
Parameters TextElement The DTWAIN_PDFTEXTELEMENT to destroy. Return Values: TRUE if successful, FALSE otherwise. If the function returns FALSE, call DTWAIN_GetLastError() to get extended information.
Comments: The DTWAIN_DestroyPDFTextElement function destroys the DTWAIN_PDFTEXTELEMENT TextElement Once the text element is destroyed, any DTWAIN_SOURCE's that the text element was applied to (see DTWAIN_AddPDFTextElement) will also disable rendering the text on the PDF page. |