PdfTilingPattern.XStep Property

Gets or sets the desired horizontal spacing between pattern cells in pixels.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double XStep { get; set; }
VB
Public Property XStep As Double
	Get
	Set

Property Value

Type: Double
The desired horizontal spacing between pattern cells in pixels.

See Also