Click or drag to resize

PdfGridStyle AllowHorizontalOverflow Property

Gets or sets a value indicating whether to allow horizontal overflow.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool AllowHorizontalOverflow { get; set; }

Property Value

Type: Boolean
true if [allow horizontal overflow]; otherwise, false .
See Also