ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCreatingMarkEventArgs Class / Page Property




In This Topic
    Page Property (ImGearARTCreatingMarkEventArgs)
    In This Topic
    Gets the mark's parent page.
    Syntax
    'Declaration
     
    Public ReadOnly Property Page As ImGearARTPage
    'Usage
     
    Dim instance As ImGearARTCreatingMarkEventArgs
    Dim value As ImGearARTPage
     
    value = instance.Page
    public ImGearARTPage Page {get;}
    public: __property ImGearARTPage* get_Page();
    public:
    property ImGearARTPage^ Page {
       ImGearARTPage^ get();
    }

    Property Value

    ImGearARTPage class object.
    See Also