Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfIconFit.HorizontalPosition Property

Gets the horizontal leftover of the icon within an annotation rectangle.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public double HorizontalPosition { get; }

Property Value

Type Description
Double

A double value that is the horizontal leftover of the icon within an annotation rectangle.

Remarks

The horizontal leftover is a number that can be between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the left.

See Also