HiQPdf Documentation

PdfDocumentSetOpenAction Method

Quickly Create High Quality PDFs
Set an action a PDF viewer will execute when the document is opened. An action can be the submit or reset of the PDF form, the execution of a JavaScript code or the jump to a destination in the PDF document

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void SetOpenAction(
	PdfActionBase action
)

Parameters

action
Type: HiQPdfPdfActionBase
The action to be execute when the document is opened in a PDF viewer
See Also

Reference