Table of Contents

Enum AnnotationBlendMode

Namespace
LMKit.Document.Annotations
Assembly
LM-Kit.NET.dll

Compositing mode of the mark's paint against the page.

public enum AnnotationBlendMode

Fields

Normal = 0

Source-over compositing (the default).

Multiply = 1

Multiply blend: the paint tints the paper while glyphs stay crisp - the text highlight and highlighter-ink look.

Share