Aspose::Pdf::Facades::PdfContentEditor::CreatePdfDocumentLink method

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

Creates a link to another PDF document page.

void Aspose::Pdf::Facades::PdfContentEditor::CreatePdfDocumentLink(System::Drawing::Rectangle rect, System::String remotePdf, int32_t originalPage, int32_t destinationPage)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
remotePdfSystem::StringThe PDF document which page will be opened.
originalPageint32_tThe number of original page where rectangle bound with link will be created.
destinationPageint32_tThe destination page.

See Also

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

Creates a link to another PDF document page.

void Aspose::Pdf::Facades::PdfContentEditor::CreatePdfDocumentLink(System::Drawing::Rectangle rect, System::String remotePdf, int32_t originalPage, int32_t destinationPage, System::Drawing::Color clr)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
remotePdfSystem::StringThe PDF document which page will be opened.
originalPageint32_tThe number of original page where rectangle bound with link will be created.
destinationPageint32_tThe destination page.
clrSystem::Drawing::ColorThe colour of rectangle for active click.

See Also

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

Creates a link to another PDF document page.

void Aspose::Pdf::Facades::PdfContentEditor::CreatePdfDocumentLink(System::Drawing::Rectangle rect, System::String remotePdf, int32_t originalPage, int32_t destinationPage, System::Drawing::Color clr, System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>> actionName)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
remotePdfSystem::StringThe PDF document which page will be opened.
originalPageint32_tThe number of original page where rectangle bound with link will be created.
destinationPageint32_tThe destination page.
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.

See Also