ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearPresentationPageDisplay Class / ARTPage Property




In This Topic
    ARTPage Property (ImGearPresentationPageDisplay)
    In This Topic
    Gets or sets ImGearAnnotationPage object associated with this display page.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property ARTPage As ImGearAnnotationPage
    'Usage
     
    Dim instance As ImGearPresentationPageDisplay
    Dim value As ImGearAnnotationPage
     
    instance.ARTPage = value
     
    value = instance.ARTPage
    [Bindable(true)]
    public ImGearAnnotationPage ARTPage {get; set;}
    [Bindable(true)]
    public: __property ImGearAnnotationPage* get_ARTPage();
    public: __property void set_ARTPage( 
       ImGearAnnotationPage* value
    );
    [Bindable(true)]
    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