ImageGear .NET v24.12 - Updated
ImGearARTPropertyDialog Constructor




ImageGear24.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.
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

Reference

ImGearARTPropertyDialog Class
ImGearARTPropertyDialog Members
ImGearPageView Class
ImGearARTMark Class