C1LinkTargetFile Constructor(String) | PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / C1LinkTargetFile Class / C1LinkTargetFile Constructor / C1LinkTargetFile Constructor(String)
The name of the file to execute on hyperlink jump (can be a document, URL etc.).

In This Topic
C1LinkTargetFile Constructor(String)
In This Topic
Initializes a new instance of the C1LinkTargetFile class.
Syntax
'Declaration
 
Public Function New( _
   ByVal fileName As String _
)
 

Parameters

fileName
The name of the file to execute on hyperlink jump (can be a document, URL etc.).
See Also