Table of Contents

Property TextPosition

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

TextPosition

Gets or sets the current text position.

public PdfPoint TextPosition { get; set; }

Property Value

PdfPoint

The text position.

Remarks

Consecutive text-drawing operations that do not explicitly specify start position will use this position as the start one.