Gets or sets the template anchoring inside the PDF page

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

Syntax

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

Property Value

Type: TemplateAnchoring

See Also