PdfTilingPattern.YStep Property

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

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

Syntax

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

Property Value

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

See Also