PdfTableCell.AnnotAction Property

PDF File Writer

PdfTableCellAnnotAction Property

Gets or sets annotation action derived classes

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public AnnotAction AnnotAction { get; set; }

Property Value

Type: AnnotAction
Remarks

The user can activate the annotation action by clicking anywhere in the cell area. Right click for attached file.

Weblink action to activate web browser.
Go to action to jump to another page in the document.
Display media action to isplay video or play sound.
File attachment to save or view embedded file.
See Also