PdfMatrix
OffsetY Property
|
Gets the x translation value (the dx value, or the element in the third row and second column).
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float OffsetY { get; }
Public ReadOnly Property OffsetY As Single
Get
public:
property float OffsetY {
float get ();
}
member OffsetY : float32 with get
Property Value
Type:
Single
See Also