ImageGear for .NET
GetLayer Method (ImGearPDFDocument)




Index of the layer to obtain.
Gets the layer with a specified index.
Syntax
'Declaration
 
Public Function GetLayer( _
   ByVal index As Integer _
) As ImGearPDFLayer
'Usage
 
Dim instance As ImGearPDFDocument
Dim index As Integer
Dim value As ImGearPDFLayer
 
value = instance.GetLayer(index)
public ImGearPDFLayer GetLayer( 
   int index
)
public: ImGearPDFLayer* GetLayer( 
   int index
) 
public:
ImGearPDFLayer^ GetLayer( 
   int index
) 

Parameters

index
Index of the layer to obtain.

Return Value

ImGearPDFLayer class layer object.
See Also

Reference

ImGearPDFDocument Class
ImGearPDFDocument Members
ImGearPDFDictionary Class
ImGearPDFLayer Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback