Table of Contents

Class PdfTilingPattern

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Class for a tiling PDF pattern.

public class PdfTilingPattern : PdfPattern
Inheritance
PdfTilingPattern
Inherited Members

Remarks

Use tiling patterns for stroking lines and shapes or filling areas on a canvas.

Check out the sample code to learn how to prepare a pattern and use it for stroking lines, outlining shapes, and filling canvas areas.

The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.

Properties

Canvas

Gets the canvas of the pattern cell.

ColorSpace

Gets the underlying color space for this PdfTilingPattern.

Height

Gets or sets the height of pattern cells in pixels.

PaintType

Gets the PdfPatternPaintType value specifying how the color of this PdfPattern's cells is to be specified.

TilingType

Gets or sets the PdfPatternTiling value specifying the adjustments to the spacing of this PdfPattern's tiles relative to the device pixel grid.

Width

Gets or sets the width of pattern cells in pixels.

XStep

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

YStep

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

Methods

Equals(object?)

Determines whether the specified object is equal to this PdfTilingPattern instance.

GetHashCode()

Returns a hash code for this PdfTilingPattern instance.

ToString()

Returns a string that represents this PdfTilingPattern instance.