FileOpenAction Constructors

Overloads

FileOpenAction(String)Initializes a new instance of the file open action class.
FileOpenAction(String, FileLaunchMode)Initializes a new instance of the file open action class.

FileOpenAction(String)

Initializes a new instance of the file open action class.

public FileOpenAction(string filePath)
Public Sub New (filePath As String)

Parameters

filePath
String

The path of the open file.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

FileOpenAction(String, FileLaunchMode)

Initializes a new instance of the file open action class.

public FileOpenAction(string filePath, FileLaunchMode mode)
Public Sub New (filePath As String, mode As FileLaunchMode)

Parameters

filePath
String

The path of the open file.

mode
FileLaunchMode

The file open mode.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

FileOpenAction
ceTe.DynamicPDF

In this topic