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: 4.7.0.0 (4.7.0.0)
Syntaxpublic bool Wrappable { get; set; }Public Property Wrappable As Boolean
	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