ImageGear for .NET
ImGearARTRTFToolBar Constructor(ImGearPageView,ImGearARTRichTextControl)




Reference to the page view control.
Reference to RTF annotation object to edit.
This constructor has been deprecated. Initializes a new instance of the ImGearARTRTFToolBar class object.
Syntax
'Declaration
 
<ObsoleteAttribute("Use ImGearARTRTFToolBar(ImGearPageView, ImGearARTRichText) instead.")>
Public Function New( _
   ByVal pageView As ImGearPageView, _
   ByVal control As ImGearARTRichTextControl _
)
'Usage
 
Dim pageView As ImGearPageView
Dim control As ImGearARTRichTextControl
 
Dim instance As New ImGearARTRTFToolBar(pageView, control)
[ObsoleteAttribute("Use ImGearARTRTFToolBar(ImGearPageView, ImGearARTRichText) instead.")]
public ImGearARTRTFToolBar( 
   ImGearPageView pageView,
   ImGearARTRichTextControl control
)
[ObsoleteAttribute("Use ImGearARTRTFToolBar(ImGearPageView, ImGearARTRichText) instead.")]
public: ImGearARTRTFToolBar( 
   ImGearPageView* pageView,
   ImGearARTRichTextControl* control
)
[ObsoleteAttribute("Use ImGearARTRTFToolBar(ImGearPageView, ImGearARTRichText) instead.")]
public:
ImGearARTRTFToolBar( 
   ImGearPageView^ pageView,
   ImGearARTRichTextControl^ control
)

Parameters

pageView
Reference to the page view control.
control
Reference to RTF annotation object to edit.
Remarks

NOTE:

This ImGearARTRTFToolBar constructor is deprecated and will be removed from the public API in the next release. Please use ImGearARTRTFToolBar constructor instead.

See Also

Reference

ImGearARTRTFToolBar Class
ImGearARTRTFToolBar Members
Overload List
ImGearPageView Class
ImGearARTRichTextControl Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback