Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

Remove text from page 7 years 8 months ago #10971

  • sbettal
  • sbettal's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 0
Hi,

I want to remove the text which is annotated. But am not getting any solution for this. Am stuck here need quick response.

Please Log in or Create an account to join the conversation.

Remove text from page 7 years 8 months ago #10972

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
which platform are you working on?

Please Log in or Create an account to join the conversation.

Remove text from page 7 years 8 months ago #10973

  • sbettal
  • sbettal's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 0
Android

Please Log in or Create an account to join the conversation.

Remove text from page 7 years 8 months ago #10975

  • sbettal
  • sbettal's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 0
I need reply to continue my further development. I would glad if i will get quick response.

Please Log in or Create an account to join the conversation.

Remove text from page 7 years 8 months ago #10976

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
From our demo project:
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.

Please Log in or Create an account to join the conversation.

Last edit: by support.
  • Page:
  • 1
Powered by Kunena Forum