Gets or sets value indicating type of the text wrapping.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfWordWrapType WordWrap { get; set; }
Public Property WordWrap As PdfWordWrapType
	Get
	Set
public:
property PdfWordWrapType WordWrap {
	PdfWordWrapType get ();
	void set (PdfWordWrapType value);
}
member WordWrap : PdfWordWrapType with get, set

Property Value

PdfWordWrapType

See Also