ImageGear .NET
DestinationView Property (ImGearPan)




Gets or sets the ImGearPageView object used for displaying the panning area.
Syntax
public ImGearPageView DestinationView {get; set;}
public: __property ImGearPageView* get_DestinationView();
public: __property void set_DestinationView( 
   ImGearPageView* value
);
public:
property ImGearPageView^ DestinationView {
   ImGearPageView^ get();
   void set (    ImGearPageView^ value);
}
'Declaration
 
Public Property DestinationView As ImGearPageView
 
'Usage
 
Dim instance As ImGearPan
Dim value As ImGearPageView
 
instance.DestinationView = value
 
value = instance.DestinationView

Property Value

ImGearPageView class object.
See Also

Reference

ImGearPan Class
ImGearPan Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback