ImageGear .NET
Page Property (ImGearARTImage)




Gets or sets the ImageGear.Core.ImGearPage class object that contains the image.
Syntax
public ImGearPage Page {get; set;}
public: __property ImGearPage* get_Page();
public: __property void set_Page( 
   ImGearPage* value
);
public:
property ImGearPage^ Page {
   ImGearPage^ get();
   void set (    ImGearPage^ value);
}
'Declaration
 
Public Property Page As ImGearPage
 
'Usage
 
Dim instance As ImGearARTImage
Dim value As ImGearPage
 
instance.Page = value
 
value = instance.Page

Property Value

ImageGear.Core.ImGearPage class object.
See Also

Reference

ImGearARTImage Class
ImGearARTImage Members
ImGearPage Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback