Class FileHyperlink

Represents file hyperlink object.

public sealed class FileHyperlink : Hyperlink

Constructors

NameDescription
FileHyperlink()Initializes a new instance of the FileHyperlink class.
FileHyperlink(string)Initializes a new instance of the FileHyperlink class.

Properties

NameDescription
NewWindow { get; set; }Gets or sets a flag specifying whether to open the destination document in a new window (affect PDF documents only).
Path { get; set; }Gets or sets the path to file.

See Also