Click or drag to resize

DocPicture HorizontalPosition Property

Gets or sets absolute horizontal position of the picture.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public override float HorizontalPosition { get; set; }

Property Value

Type: Single

Implements

IPicture HorizontalPosition
Remarks
The value is measured in points and the position is relative to HorizontalOrigin.
See Also