ImageGear for .NET
DestinationView Property (ImGearMagnifier)




Gets or sets ImGearPageView object used for displaying the magnified area.
Syntax
'Declaration
 
Public Property DestinationView As ImGearPageView
'Usage
 
Dim instance As ImGearMagnifier
Dim value As ImGearPageView
 
instance.DestinationView = value
 
value = instance.DestinationView
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);
}

Property Value

ImGearPageView class.
Remarks
If IsPopUp property is true, DestinationView could be empty.
See Also

Reference

ImGearMagnifier Class
ImGearMagnifier Members
IsPopUp Property
ImGearPageView Class

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback