Skip to main content

PdfIconFit.VerticalPosition Property

Gets the vertical 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 VerticalPosition { get; }

Property Value

Type Description
Double

A double value that is the vertical icon leftover within the annotation rectangle.

Remarks

The vertical leftover is a number between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the bottom of the icon.

See Also