Skip to main content

PdfIconFit.HorizontalPosition Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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