[]
        
(Showing Draft Content)

C1.C1Preview.C1LinkTargetFile

C1LinkTargetFile Class

Describes a C1LinkTarget pointing to an external document, file or URL. The hyperlink jump is performed using the ShellExecute OS shell API, so the result depends on the operating system and installed programs.

Inheritance
C1LinkTargetFile
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class C1LinkTargetFile : C1LinkTarget

Constructors

Name Description
C1LinkTargetFile()

Initializes a new instance of the C1LinkTargetFile class.

C1LinkTargetFile(string)

Initializes a new instance of the C1LinkTargetFile class.

C1LinkTargetFile(string, string)

Initializes a new instance of the C1LinkTargetFile class.

C1LinkTargetFile(string, string, string, string)

Initializes a new instance of the C1LinkTargetFile class.

Properties

Name Description
Command

Gets the command (verb) specifying the action to perform when the link is clicked.

Directory

Gets the default directory.

FileName

Specifies the file or object on which to execute the specified verb.

Parameters

If the FileName parameter specifies an executable file, this is a string specifying the parameters to be passed to the application. The format of this string is determined by the verb that is to be invoked. If FileName specifies a document file, this should be an empty string.

PdfURL

Gets the target URL in Adobe PDF format, or an empty string if it does not exist.

URL

Gets the target URL, or an empty string if it does not exist.