Skip to main content
All docs
V26.1
  • FitVerticallyDestination.Left Property

    Gets or sets the coordinate positioned at the top left corner of the document window.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public double? Left { get; set; }

    Property Value

    Type Description
    Nullable<Double>

    The coordinate positioned at the top left corner of the document window.

    See Also