ImageGear for .NET
ArtPage Property (ImGearThumbnailItem)




Gets or sets Art page associated with item.
Syntax
'Declaration
 
Public Property ArtPage As ImGearARTPage
'Usage
 
Dim instance As ImGearThumbnailItem
Dim value As ImGearARTPage
 
instance.ArtPage = value
 
value = instance.ArtPage
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);
}

Property Value

ImageGear.ART.ImGearARTPage class object.
See Also

Reference

ImGearThumbnailItem Class
ImGearThumbnailItem Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback