Table of Contents

Enum AnnotationTextAlign

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

Paragraph alignment of a FreeText mark.

public enum AnnotationTextAlign

Fields

Left = 0

Left-aligned (the default).

Center = 1

Centred.

Right = 2

Right-aligned.

Share