LineAnnotationCaptionOffset Property ByteScout PDF SDK
Gets or sets the offset of the caption text from its normal position. The horizontal offset along the annotation line from its midpoint, with a positive value indicating offset to the right and a negative value indicating offset to the left. The vertical offset perpendicular to the annotation line, with a positive value indicating a shift up and a negative value indicating a shift down.
Remarks

Meaningful only if Caption is true.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public PointF CaptionOffset { get; set; }

Property Value

Type: PointF
See Also

Reference