ImageGear .NET v25.0 - Updated
GetFileName Method




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

Reference

ImGearPDFAction Class
ImGearPDFAction Members