PdfGridStyle
HorizontalOverflowType Property
|
Gets or sets the type of the horizontal overflow.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfHorizontalOverflowType
The type of the horizontal overflow.
See Also