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

PdfContentEditor::CreatePdfDocumentLink(System::Drawing::Rectangle, const 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, const System::String &remotePdf, int32_t originalPage, int32_t destinationPage)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
remotePdfconst System::String&The 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, const 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, const System::String &remotePdf, int32_t originalPage, int32_t destinationPage, System::Drawing::Color clr)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
remotePdfconst System::String&The 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, const System::String&, int32_t, int32_t, System::Drawing::Color, const 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, const System::String &remotePdf, int32_t originalPage, int32_t destinationPage, System::Drawing::Color clr, const System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>> &actionName)
ParameterTypeDescription
rectSystem::Drawing::RectangleThe rectangle for active click.
remotePdfconst System::String&The 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.
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