Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAdditionalAction method

PdfContentEditor::AddDocumentAdditionalAction method

Adds additional action for document event.

void Aspose::Pdf::Facades::PdfContentEditor::AddDocumentAdditionalAction(const System::String &eventType, const System::String &code)
ParameterTypeDescription
eventTypeconst System::String&The document event types.
codeconst System::String&The code of JavaScript.

See Also