ImageGear for .NET
PageDisplay Property (ImGearMprController)




Gets or sets the associated page display.
Syntax
'Declaration
 
Public Property PageDisplay As ImGearPresentationPageDisplay
'Usage
 
Dim instance As ImGearMprController
Dim value As ImGearPresentationPageDisplay
 
instance.PageDisplay = value
 
value = instance.PageDisplay
public ImGearPresentationPageDisplay PageDisplay {get; set;}
public: __property ImGearPresentationPageDisplay* get_PageDisplay();
public: __property void set_PageDisplay( 
   ImGearPresentationPageDisplay* value
);
public:
property ImGearPresentationPageDisplay^ PageDisplay {
   ImGearPresentationPageDisplay^ get();
   void set (    ImGearPresentationPageDisplay^ value);
}

Property Value

ImGearPresentationPageDisplay value.
See Also

Reference

ImGearMprController Class
ImGearMprController Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback