ImageGear .NET
Canvas Property (PageView)




Gets canvas element used to contain image and other elements of the view.
Syntax
public Canvas Canvas {get;}
public: __property Canvas* get_Canvas();
public:
property Canvas^ Canvas {
   Canvas^ get();
}
'Declaration
 
Public ReadOnly Property Canvas As Canvas
 
'Usage
 
Dim instance As PageView
Dim value As Canvas
 
value = instance.Canvas

Property Value

System.Windows.Controls.Canvas class object.
See Also

Reference

PageView Class
PageView Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback