ImageGear .NET - Updated October 26, 2017
ARTPage Property (ImGearPresentationPageDisplay)




ImageGear23.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : ARTPage Property
Gets or sets ImGearAnnotationPage object associated with this display page.
Syntax
'Declaration
 
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property ARTPage As ImGearAnnotationPage
 
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim value As ImGearAnnotationPage
 
instance.ARTPage = value
 
value = instance.ARTPage

Property Value

ImGearAnnotationPage class.
Remarks
Type of this property is an abstract class that has no public members. If the application works with annotations, it shall cast ImGearPageDisplay.ARTPage to the actual class ImageGear.ART.ImGearARTPage class, defined in ImageGear23.Art assembly.
See Also

Reference

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members