ImageGear PDF v25.2 - Updated
GetView Method (ImGearVectPage)




ImageGear.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectPage Class : GetView Method
Index of view to be returned.
Returns a view from the specified index.
Syntax
'Declaration
 
Public Function GetView( _
   ByVal index As Integer _
) As ImGearVectorView
'Usage
 
Dim instance As ImGearVectPage
Dim index As Integer
Dim value As ImGearVectorView
 
value = instance.GetView(index)
public ImGearVectorView GetView( 
   int index
)
public: ImGearVectorView* GetView( 
   int index
) 
public:
ImGearVectorView^ GetView( 
   int index
) 

Parameters

index
Index of view to be returned.

Return Value

ImGearVectorView class object representing the view at the specified index.
See Also

Reference

ImGearVectPage Class
ImGearVectPage Members

Is this page helpful?
Yes No
Thanks for your feedback.