ImageGear .NET - Updated October 2, 2018
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)

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