ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / PushButtonWidgetAnnotation Class / PushButtonWidgetAnnotation Constructor
The page to place the annotation on.
Location on the page to place the annotation.




In This Topic
    PushButtonWidgetAnnotation Constructor
    In This Topic
    Initializes a new instance of the PushButtonWidgetAnnotation 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 PushButtonWidgetAnnotation(page, location)
    public PushButtonWidgetAnnotation( 
       ImGearPDFPage page,
       ImGearPDFFixedRect location
    )
    public: PushButtonWidgetAnnotation( 
       ImGearPDFPage* page,
       ImGearPDFFixedRect* location
    )
    public:
    PushButtonWidgetAnnotation( 
       ImGearPDFPage^ page,
       ImGearPDFFixedRect^ location
    )

    Parameters

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