Skip to content

PDFColoredTilingPattern

Namespace: O2S.Components.PDF4NET.Graphics

Defines a colored PDF pattern.

public class PDFColoredTilingPattern : PDFTilingPattern

Inheritance ObjectPDFPatternPDFTilingPatternPDFColoredTilingPattern

Remarks

A colored tiling pattern is one whose color is self-contained.

Constructors

PDFColoredTilingPattern(Double, Double)

Initializes a new PDFColoredTilingPattern object.

public PDFColoredTilingPattern(double width, double height)

Parameters

width Double
The width of the pattern cell.

height Double
The height of the pattern cell.


Properties

Canvas

Gets the pattern graphics.

public PDFCanvas Canvas { get; }

Property Value

PDFCanvas
The pattern graphics surface used to create the pattern content.


Height

Gets the pattern height.

public double Height { get; }

Property Value

Double
The height of a pattern cell.


Matrix

Gets or sets the pattern matrix.

public PDFMatrix Matrix { get; set; }

Property Value

PDFMatrix
The pattern matrix.


Width

Gets the pattern width.

public double Width { get; }

Property Value

Double
The width of a pattern cell.


XStep

Gets the x step.

public double XStep { get; set; }

Property Value

Double
The desired horizontal spacing between pattern cells.


YStep

Gets the y step.

public double YStep { get; set; }

Property Value

Double
The desired vertical spacing between pattern cells.