ImageGear .NET v24.14 - Updated
GetLayer Method (ImGearPDFDocument)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : GetLayer Method
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