Aspose::Pdf::Facades::PdfContentEditor::CreateLocalLink method

PdfContentEditor::CreateLocalLink(System::Drawing::Rectangle, int32_t, int32_t) method

Creates a local link in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateLocalLink(System::Drawing::Rectangle rect, int32_t desPage, int32_t originalPage)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
desPageint32_tThe destination page.
originalPageint32_tThe number of original page where rectangle bound with local link will be created.

See Also

PdfContentEditor::CreateLocalLink(System::Drawing::Rectangle, int32_t, int32_t, System::Drawing::Color) method

Creates a local link in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateLocalLink(System::Drawing::Rectangle rect, int32_t desPage, int32_t originalPage, System::Drawing::Color clr)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
desPageint32_tThe destination page.
originalPageint32_tThe number of original page where rectangle bound with local link will be created.
clrSystem::Drawing::ColorThe colour of rectangle for active click.

See Also

PdfContentEditor::CreateLocalLink(System::Drawing::Rectangle, int32_t, int32_t, System::Drawing::Color, const System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>>&) method

Creates a local link in PDF document.

void Aspose::Pdf::Facades::PdfContentEditor::CreateLocalLink(System::Drawing::Rectangle rect, int32_t desPage, int32_t originalPage, System::Drawing::Color clr, const System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>> &actionName)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
desPageint32_tThe destination page.
originalPageint32_tThe number of original page where rectangle bound with local link will be created.
clrSystem::Drawing::ColorThe colour of rectangle for active click.
actionNameconst System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>>&The array of actions (members of PredefinedAction enum) corresponding to executing menu items in Acrobat viewer.

See Also