PdfGridCellContent
ImageLocation Property
|
Set the image's location 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 PointF ImageLocation { set; }
Public WriteOnly Property ImageLocation As PointF
Set
public:
property PointF ImageLocation {
void set (PointF value);
}
member ImageLocation : PointF with set
Property Value
Type:
PointF
See Also