PdfGridCellContent
ImageNewline Property
|
Gets or sets whether the image is in new line or not in a grid cell.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool ImageNewline { get; set; }
Public Property ImageNewline As Boolean
Get
Set
public:
property bool ImageNewline {
bool get ();
void set (bool value);
}
member ImageNewline : bool with get, set
Property Value
Type:
Boolean
See Also