Gets or sets the template docking inside the PDF page
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public TemplateDocking Docking { get; set; } |
| Visual Basic |
|---|
Public Property Docking As TemplateDocking Get Set |
| Visual C++ |
|---|
public: property TemplateDocking Docking { TemplateDocking get (); void set (TemplateDocking value); } |