ImageGear .NET
ARTPage Property (ImGearMarksLoadingEventArgs)




Gets or sets the ARTPage that will be displayed in the thumbnail item.
Syntax
public ImGearARTPage ARTPage {get; set;}
public: __property ImGearARTPage* get_ARTPage();
public: __property void set_ARTPage( 
   ImGearARTPage* value
);
public:
property ImGearARTPage^ ARTPage {
   ImGearARTPage^ get();
   void set (    ImGearARTPage^ value);
}
'Declaration
 
Public Property ARTPage As ImGearARTPage
 
'Usage
 
Dim instance As ImGearMarksLoadingEventArgs
Dim value As ImGearARTPage
 
instance.ARTPage = value
 
value = instance.ARTPage

Property Value

ImGearARTPage value.
See Also

Reference

ImGearMarksLoadingEventArgs Class
ImGearMarksLoadingEventArgs Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback