ImageGear .NET v25.0 - Updated
GetName Method (ImGearPDFDestination)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDestination Class : GetName Method
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

Reference

ImGearPDFDestination Class
ImGearPDFDestination Members
ImGearPDFBasObj Class