Aspose::Pdf::FileHyperlink class

Represents file hyperlink object.

class FileHyperlink : public Aspose::Pdf::Hyperlink

Methods

MethodDescription
cpp_set_link_element_to_weak()
FileHyperlink()Initializes a new instance of the FileHyperlink class.
FileHyperlink(System::String)Initializes a new instance of the FileHyperlink class.
get_NewWindow() constGets a flag specifying whether to open the destination document in a new window (affect PDF documents only).
get_Path() constGets the path to file.
set_NewWindow(ExtendedBoolean)Sets a flag specifying whether to open the destination document in a new window (affect PDF documents only).
set_Path(System::String)Sets the path to file.

See Also