Skip to main content
All docs
V26.1
  • TextFragment.HorizontalScaling Property

    Gets or sets the horizontal scaling percentage.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public double? HorizontalScaling { get; set; }

    Property Value

    Type Description
    Nullable<Double>

    The scaling percentage (from 1 to 600); or null (Nothing in Visual Basic) for a mixture of values.

    See Also