- Posts: 20
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Remove text from page
10 years 1 month ago #10971
by sbettal
Remove text from page was created by sbettal
Hi,
I want to remove the text which is annotated. But am not getting any solution for this. Am stuck here need quick response.
I want to remove the text which is annotated. But am not getting any solution for this. Am stuck here need quick response.
10 years 1 month ago #10972
by support
Replied by support on topic Remove text from page
which platform are you working on?
10 years 1 month ago #10973
by sbettal
Replied by sbettal on topic Remove text from page
Android
10 years 1 month ago #10975
by sbettal
Replied by sbettal on topic Remove text from page
I need reply to continue my further development. I would glad if i will get quick response.
10 years 1 month ago - 10 years 1 month ago #10976
by support
Replied by support on topic Remove text from page
From our demo project:
It should be helpful for you.
Code:
public void PDFRemoveAnnot()
{
if( m_status != STA_ANNOT || !m_doc.CanSave() ) return;
m_annot.RemoveFromPage();
m_annot = null;
m_view.vRenderSync(m_annot_page);
if( m_listener != null )
m_listener.OnPageModified(m_annot_page.GetPageNo());
PDFEndAnnot();
}
It should be helpful for you.
Last edit: 10 years 1 month ago by support.
Time to create page: 0.398 seconds