Click or drag to resize
SignDocAnnotationsetOpacity Method
Set the opacity of the annotation. This function can be used for annotations of types t_line and t_scribble. The default opacity is 1.0.Documents conforming to PDF / A must use an opacity of 1.0.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setOpacity(
	double opacity
)

Parameters

opacity
Type: SystemDouble
The opacity, 0.0 (transparent) through 1.0 (opaque).
See Also