ActivateLinksOnPage

Top  Previous  Next

[This method is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET ProPlus Edition]

 

 

ActivateLinksOnPage attaches links to strings containing text like mail@,ftp://,http://,www. and filename:\  for the specified page of the PDF document.

 

Syntax

 

 

[VC++]

void ActivateLinksOnPage(LPCTSTR PageRange);

 

[CS]

public abstract new void ActivateLinksOnPage (  String PageRange )

 

[VB]

Sub ActivateLinksOnPage(PageRange As String)

 

 

 

 

 

 

 

Parameters

 

       Page Range

               specifies the range of pages on which the links are to be activated.

 

 

 

 

See  Tutorial-ActivateLinks