Aspose::Pdf::TextStamp::get_TreatYIndentAsBaseLine method

TextStamp::get_TreatYIndentAsBaseLine method

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.

bool Aspose::Pdf::TextStamp::get_TreatYIndentAsBaseLine() const

See Also