Namespace: BitMiracle.Docotic.Pdf
public class PdfTilingPattern : PdfPattern
Public Class PdfTilingPattern Inherits PdfPattern
The PdfTilingPattern type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified Object is
equal to this instance.
(Overrides Object.Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides Object.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |