ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFAction Class / GetFileName Method




In This Topic
    GetFileName Method
    In This Topic
    Gets a file name from the action.
    Syntax
    'Declaration
     
    Public Function GetFileName() As String
    'Usage
     
    Dim instance As ImGearPDFAction
    Dim value As String
     
    value = instance.GetFileName()
    public string GetFileName()
    public: string* GetFileName(); 
    public:
    String^ GetFileName(); 

    Return Value

    The action's file name.
    Remarks
    Not all types of actions have file names; this method only works for actions that contain a file specification. See Section 8.5 in the PDF Reference for more information on the contents of various types of actions.
    See Also