ImageGear v26.0 - Updated
GetLayer Method (ImGearPDFDocument)




ImageGear.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

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