Skip to main content
All docs
V26.1
  • FitHorizontallyDestination.Top Property

    Gets or sets a specific Y coordinate that is positioned at the top left corner of the document window.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public double? Top { get; set; }

    Property Value

    Type Description
    Nullable<Double>

    A specific Y coordinate that is positioned at the top left corner of the document window.

    See Also