Scanner ActiveX Control

PDFInitAnnotation

 

Initialize the PDF annotation features. Before you call any PDF annotation methods, you must call PDFInitAnnotation method first.
 

Public Function PDFInitAnnotation()

 

No Parameter


No Return Value


Example

   

Visual Basic Syntax
Scanner1.PDFInitAnnotation
FontID = Scanner1.PDFAddFont("Arial", True, True)
Scanner1.PDFSetTextColor 255, 0, 255
Scanner1.PDFDrawText 0, 0, 100, "This is sample text 1 ", FontID, 40, 0