PdfAnnotation.ActivateActionWhenPageIsVisible Method

PDF File Writer

PdfAnnotationActivateActionWhenPageIsVisible Method

Activate annotation when page becomes visible.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void ActivateActionWhenPageIsVisible(
	bool Activate
)

Parameters

Activate
Type: SystemBoolean
Activate or not-activate annotation.
See Also