Aspose::Pdf::Facades::PdfContentEditor::CreateApplicationLink method

PdfContentEditor::CreateApplicationLink(System::Drawing::Rectangle, System::String, int32_t) method

Creates a link to launch an application in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateApplicationLink(System::Drawing::Rectangle rect, System::String application, int32_t page)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
applicationSystem::StringThe path of application to be launched.
pageint32_tThe number of original page where rectangle bound with link will be created.

See Also

PdfContentEditor::CreateApplicationLink(System::Drawing::Rectangle, System::String, int32_t, System::Drawing::Color) method

Creates a link to launch an application in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateApplicationLink(System::Drawing::Rectangle rect, System::String application, int32_t page, System::Drawing::Color clr)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
applicationSystem::StringThe path of application to be launched.
pageint32_tThe number of original page where rectangle bound with link will be created.
clrSystem::Drawing::ColorThe colour of rectangle for active click.

See Also

PdfContentEditor::CreateApplicationLink(System::Drawing::Rectangle, System::String, int32_t, System::Drawing::Color, System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>>) method

Creates a link to launch an application in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateApplicationLink(System::Drawing::Rectangle rect, System::String application, int32_t page, System::Drawing::Color clr, System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>> actionName)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
applicationSystem::StringThe path of application to be launched.
pageint32_tThe number of original page where rectangle bound with link will be created.
clrSystem::Drawing::ColorThe colour of rectangle for active click.
actionNameSystem::ArrayPtr<System::SharedPtr<System::BoxedValueBase>>The array of actions (members of PredefinedAction enum) corresponding to executing menu items in Acrobat viewer.

Remarks

///

See Also