PdfFileMend.IsWordWrap

PdfFileMend.IsWordWrap property

Sets a bool value that indicates word wrap in AddText methods. If the value is true, the text in FormattedText will word wrap. By defalt, the value is false.

public bool IsWordWrap { set; }

See Also