PdfTilingPattern Class

Class for a tiling PDF pattern.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfPattern
    BitMiracle.Docotic.Pdf.PdfTilingPattern

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

Syntax

C#
public class PdfTilingPattern : PdfPattern
VB
Public Class PdfTilingPattern
	Inherits PdfPattern

The PdfTilingPattern type exposes the following members.

Properties

  NameDescription
Public propertyCanvas
Gets the canvas of the pattern cell.
Public propertyColorSpace
Gets the underlying color space for this PdfTilingPattern.
Public propertyHeight
Gets or sets the height of pattern cells in pixels.
Public propertyPaintType
Gets the PdfPatternPaintType value specifying how the color of this PdfPattern's cells is to be specified.
Public propertyTilingType
Gets or sets the PdfPatternTiling value specifying the adjustments to the spacing of this PdfPattern's tiles relative to the device pixel grid.
Public propertyWidth
Gets or sets the width of pattern cells in pixels.
Public propertyXStep
Gets or sets the desired horizontal spacing between pattern cells in pixels.
Public propertyYStep
Gets or sets the desired vertical spacing between pattern cells in pixels.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides Object.Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides Object.GetHashCode().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also