ImageGear .NET - Updated May 30, 2018
ARTPage Property (IImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > IImGearPageDisplay Interface : ARTPage Property
Gets or sets ImGearAnnotationPage object associated with this display page.
Syntax
'Declaration
 
Property ARTPage As ImGearAnnotationPage
 
'Usage
 
Dim instance As IImGearPageDisplay
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 ImageGear24.Art assembly.
See Also

Reference

IImGearPageDisplay Interface
IImGearPageDisplay Members