ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFilterArray Class / GetSpec Method
The index of specification to get.




In This Topic
    GetSpec Method
    In This Topic
    Gets a filter specification with specified Index.
    Syntax
    'Declaration
     
    Public Function GetSpec( _
       ByVal index As Integer _
    ) As ImGearPDEFilterSpec
    'Usage
     
    Dim instance As ImGearPDEFilterArray
    Dim index As Integer
    Dim value As ImGearPDEFilterSpec
     
    value = instance.GetSpec(index)
    public ImGearPDEFilterSpec GetSpec( 
       int index
    )
    public: ImGearPDEFilterSpec* GetSpec( 
       int index
    ) 
    public:
    ImGearPDEFilterSpec^ GetSpec( 
       int index
    ) 

    Parameters

    index
    The index of specification to get.

    Return Value

    ImGearPDEFilterSpec class object.
    See Also