Gets or sets the y position in points where the rendered content will be placed in PDF page
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public float Y { get; set; } |
| Visual Basic |
|---|
Public Property Y As Single Get Set |
| Visual C++ |
|---|
public: property float Y { float get (); void set (float value); } |