ImageGear for .NET
Display Property (ImGearPageView)




Gets or sets ImGearPageDisplay object associated with the control, representing the image and display parameters.
Syntax
public ImGearPageDisplay Display {get; set;}
public: __property ImGearPageDisplay* get_Display();
public: __property void set_Display( 
   ImGearPageDisplay* value
);
public:
property ImGearPageDisplay^ Display {
   ImGearPageDisplay^ get();
   void set (    ImGearPageDisplay^ value);
}
'Declaration
 
Public Property Display As ImGearPageDisplay
 
'Usage
 
Dim instance As ImGearPageView
Dim value As ImGearPageDisplay
 
instance.Display = value
 
value = instance.Display

Property Value

ImageGear.Display.ImGearPageDisplay class object.
See Also

Reference

ImGearPageView Class
ImGearPageView Members
ImGearPageDisplay Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback