Set the image's location in a grid cell.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

PointF

See Also