Método Aspose::Pdf::Facades::PdfContentEditor::CreateCustomActionLink
Contenido
[
Ocultar
]PdfContentEditor::CreateCustomActionLink method
Crea un enlace a acciones personalizadas en el documento PDF.
void Aspose::Pdf::Facades::PdfContentEditor::CreateCustomActionLink(System::Drawing::Rectangle rect, int32_t originalPage, System::Drawing::Color color, const System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>> &actionName)
| Parámetro | Tipo | Descripción |
|---|---|---|
| rect | System::Drawing::Rectangle | El rectángulo para clic activo. |
| originalPage | int32_t | El número de la página original donde se creará el rectángulo vinculado con el enlace. |
| color | System::Drawing::Color | El color del rectángulo para clic activo. |
| actionName | const System::ArrayPtr<System::SharedPtr<System::BoxedValueBase>>& | La matriz de acciones (miembros del enum PredefinedAction) correspondiente a la ejecución de elementos del menú en el visor Acrobat. |
Observaciones
///
Ver también
- Class Rectangle
- Class Color
- Typedef ArrayPtr
- Typedef SharedPtr
- Class BoxedValueBase
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++