Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142297 | Jan 25,2019 05:56 PM UTC | Jan 28,2019 04:59 PM UTC | ASP.NET Core - EJ 2 | 1 |
![]() |
Tags: PDF |
// Text wrapping between lines when formatting within a rectangle is disabled.
format.WordWrap = PdfWordWrapType.None;
//Text is wrapped by words. If there is a word that is longer than bounds' width, this word is wrapped by characters.
format.WordWrap = PdfWordWrapType.Word;
//Text is wrapped by words. If there is a word that is longer than bounds' width, it won't be wrapped at all
format.WordWrap = PdfWordWrapType.WordOnly;
// Text is wrapped by characters. In this case the word at the end of the text line can be split.
format.WordWrap = PdfWordWrapType.Character; |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.