Table of Contents

Property OnActivation

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

OnActivation

Gets or sets the action to be performed when the control is activated.

public PdfAction? OnActivation { get; set; }

Property Value

PdfAction

The action to be performed when the control is activated.

Remarks

Check out the sample code for adding actions to control events.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.