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

    Gets or sets the X-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>

    A double value that specifies the X-coordinate positioned at the top-left corner of the document window.

    See Also