PdfTextShapeWrappable Property |
Gets or sets a value indicating whether this
PdfTextShape instance should be wrapped when a line of text reaches its
Width.
Namespace:
RadPdf.Data.Document.Objects.Shapes
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool Wrappable { get; set; }
Public Property Wrappable As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
If
true, text will be wrapped to fit inside the
Width of the object; if
false, text will not be wrapped, the
Width of the object will be ignored and new lines will only be formed where specified in
Text.
See Also