Click or drag to resize

PdfTilingPatternXStep Property

(Required) The desired horizontal spacing between pattern cells, measured in the pattern coordinate system.

Note  Note
XStep and YStep may differ from the dimensions of the pattern cell implied by the BoundingBox entry. This allows tiling with irregularly shaped figures.

XStep and YStep may be either positive or negative but shall not bezero.


Namespace: SautinSoft.Pdf.Content.Patterns
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public double XStep { get; set; }

Property Value

Double
The desired horizontal spacing between pattern cells, measured in the pattern coordinate system.
Exceptions
ExceptionCondition
ArgumentExceptionValue is either zero, NaN, NegativeInfinity or PositiveInfinity.
See Also