ImageGear .NET - Updated May 1, 2018
ListBoxWidgetAnnotation Constructor




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ListBoxWidgetAnnotation Class : ListBoxWidgetAnnotation Constructor
The page to place the annotation on.
Location on the page to place the annotation.
Initializes a new instance of the ListBoxWidgetAnnotation class.
Syntax
'Declaration
 
Public Function New( _
   ByVal page As ImGearPDFPage, _
   ByVal location As ImGearPDFFixedRect _
)
 
'Usage
 
Dim page As ImGearPDFPage
Dim location As ImGearPDFFixedRect
 
Dim instance As New ListBoxWidgetAnnotation(page, location)

Parameters

page
The page to place the annotation on.
location
Location on the page to place the annotation.
See Also

Reference

ListBoxWidgetAnnotation Class
ListBoxWidgetAnnotation Members