PdfGridCellContent
ImageSize Property
|
Gets or sets the size of image 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 SizeF ImageSize { get; set; }
Public Property ImageSize As SizeF
Get
Set
public:
property SizeF ImageSize {
SizeF get ();
void set (SizeF value);
}
member ImageSize : SizeF with get, set
Property Value
Type:
SizeF
See Also