TextFragmentWrapLinesCount Property |
Gets or sets wrap lines count for this paragraph(for pdf generation only)
Namespace: Aspose.Pdf.TextAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic int WrapLinesCount { get; set; }
Public Property WrapLinesCount As Integer
Get
Set
public:
property int WrapLinesCount {
int get ();
void set (int value);
}
member WrapLinesCount : int with get, set
Property Value
Type:
Int32
See Also