ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTPropertyDialog Class / ImGearARTPropertyDialog Constructor
Reference to the page view control.
Reference to the annotation mark whose properties are requested.




In This Topic
    ImGearARTPropertyDialog Constructor
    In This Topic
    Initializes a new instance of the ImGearARTPropertyDialog class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageView As ImGearPageView, _
       ByVal mark As ImGearARTMark _
    )
    'Usage
     
    Dim pageView As ImGearPageView
    Dim mark As ImGearARTMark
     
    Dim instance As New ImGearARTPropertyDialog(pageView, mark)
    public ImGearARTPropertyDialog( 
       ImGearPageView pageView,
       ImGearARTMark mark
    )
    public: ImGearARTPropertyDialog( 
       ImGearPageView* pageView,
       ImGearARTMark* mark
    )
    public:
    ImGearARTPropertyDialog( 
       ImGearPageView^ pageView,
       ImGearARTMark^ mark
    )

    Parameters

    pageView
    Reference to the page view control.
    mark
    Reference to the annotation mark whose properties are requested.

    Return Value

    The new instance of ImGearARTPropertyDialog class GUI object.
    See Also