Gets or sets the type of the horizontal overflow.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

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

Property Value

PdfHorizontalOverflowType
The type of the horizontal overflow.

See Also