ImageGear .NET
Page Property (PageView)




Gets or sets the ImGearPage Class associated with the control - automatically mapped to the Page property of the associated ImGearPageDisplay Class object.
Syntax
'Declaration
 
Public Property Page As ImGearPage
'Usage
 
Dim instance As PageView
Dim value As ImGearPage
 
instance.Page = value
 
value = instance.Page
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);
}

Property Value

ImageGear.Core.ImGearPage class object.
See Also

Reference

PageView Class
PageView Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback