ImageGear v26.0 - Updated
GetLayer Method (ImGearPDFDictionary)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDictionary Class : GetLayer Method
The index of the needed layer in the dictionary.
Gets the layer with the specified index in a membership dictionary.
Syntax
'Declaration
 
Public Function GetLayer( _
   ByVal index As Integer _
) As ImGearPDFLayer
'Usage
 
Dim instance As ImGearPDFDictionary
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
The index of the needed layer in the dictionary.

Return Value

See Also

Reference

ImGearPDFDictionary Class
ImGearPDFDictionary Members
ImGearPDFLayer Class

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