The start Y position of this element relative to the PDF elements container
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); } |