ImageGear .NET v25.1 - Updated
ARTPage Property (ImGearPageDisplay)




ImageGear.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class : ARTPage Property
Gets or sets ImGearAnnotationPage object associated with this display page.
Syntax
'Declaration
 
Public Property ARTPage As ImGearAnnotationPage
'Usage
 
Dim instance As ImGearPageDisplay
Dim value As ImGearAnnotationPage
 
instance.ARTPage = value
 
value = instance.ARTPage
public ImGearAnnotationPage ARTPage {get; set;}
public: __property ImGearAnnotationPage* get_ARTPage();
public: __property void set_ARTPage( 
   ImGearAnnotationPage* value
);
public:
property ImGearAnnotationPage^ ARTPage {
   ImGearAnnotationPage^ get();
   void set (    ImGearAnnotationPage^ value);
}

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 ImageGear.Art assembly.
See Also

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members