Gets or sets the destination point in destination page.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PointF Point { get; set; }
Visual Basic
Public Property Point As PointF
	Get
	Set
Visual C++
public:
property PointF Point {
	PointF get ();
	void set (PointF value);
}

Property Value

Type: PointF

See Also