PdfTextLayout
Break Property
|
Gets or sets break type of the element.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfLayoutBreakType Break { get; set; }
Public Property Break As PdfLayoutBreakType
Get
Set
public:
property PdfLayoutBreakType Break {
PdfLayoutBreakType get ();
void set (PdfLayoutBreakType value);
}
member Break : PdfLayoutBreakType with get, set
Property Value
Type:
PdfLayoutBreakType
See Also