TextStamp.TreatYIndentAsBaseLine

TextStamp.TreatYIndentAsBaseLine property

Defines coordinate origin for placing text. If TreatYIndentAsBaseLine = true (default when Draw = true) YIndent value will be treated as text base line. If TreatYIndentAsBaseLine = false (default when Draw = false) YIndent value will be treated as bottom (descent line) of text.

public bool TreatYIndentAsBaseLine { get; set; }

See Also