AnnotationBlendMode Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
The blend mode that shall be used when painting the annotation onto the page. If this key is not present, blending shall take place using the Normal blend mode. The value shall be a valur, designating one of the standard blend modes listed in BlendMode enum.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public BlendMode BlendMode { get; set; }

Property Value

Type: BlendMode
See Also

Reference