ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDocument Class / GetLayer Method
Index of the layer to obtain.




In This Topic
    GetLayer Method (ImGearPDFDocument)
    In This Topic
    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