Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public bool Wrappable { get; set; }

Property Value

Type: Boolean
Remarks
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