ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDestination Class / GetName Method




In This Topic
    GetName Method
    In This Topic
    Gets the destination's named attributes.
    Syntax
    'Declaration
     
    Public Function GetName() As ImGearPDFBasObj
    'Usage
     
    Dim instance As ImGearPDFDestination
    Dim value As ImGearPDFBasObj
     
    value = instance.GetName()
    public ImGearPDFBasObj GetName()
    public: ImGearPDFBasObj* GetName(); 
    public:
    ImGearPDFBasObj^ GetName(); 

    Return Value

    Basic array object for the destination. Returns Null if the destination is invalid.
    Remarks
    Applies only to NAMED type of destination.
    See Also