The C1LinkTargetFile type exposes the following members.

Constructors

  Name Description
Public method C1LinkTargetFile()()()()
Initializes a new instance of the C1LinkTargetFile class.
Public method C1LinkTargetFile(String)
Initializes a new instance of the C1LinkTargetFile class.
Public method C1LinkTargetFile(String, String)
Initializes a new instance of the C1LinkTargetFile class.
Public method C1LinkTargetFile(String, String, String, String)
Initializes a new instance of the C1LinkTargetFile class.

Methods

  Name Description
Public method GetDocumentLocation(Int32, C1MultiDocument)
Returns the DocumentLocation pointed to by the current link target.

This method may return null if the position cannot be resolved at this time (e.g. if the document has not generated yet) or the link target points to a position outside the document (e.g a URL or an external document).

(Inherited from C1LinkTarget.)
Public method GetDocumentLocation(Int32, C1PrintDocument)
Returns the DocumentLocation pointed to by the current link target.

This method may return null if the position cannot be resolved at this time (e.g. if the document has not generated yet) or the link target points to a position outside the document (e.g a URL or an external document).

(Inherited from C1LinkTarget.)
Public method GetPageNo
TBD: Returns the number of the page to which the current C1LinkTarget points. This method may return 0 if the page cannot be resolved at this time (e.g. the document has not generated yet).
(Inherited from C1LinkTarget.)

Properties

  Name Description
Public property Command
Gets the command (verb) specifying the action to perform when the link is clicked.
Public property Directory
Gets the default directory.
Public property FileName
Specifies the file or object on which to execute the specified verb.
Public property 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.
Public property PdfURL
Gets the target URL in Adobe PDF format, or an empty string if it does not exist.
(Overrides C1LinkTarget..::..PdfURL.)
Public property URL
Gets the target URL, or an empty string if it does not exist.
(Overrides C1LinkTarget..::..URL.)

See Also