Gets or sets the
PdfPatternTiling value specifying
the adjustments to the spacing of this
PdfPattern's
tiles relative to the device pixel grid.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfPatternTiling TilingType { get; set; }
VB
Public Property TilingType As PdfPatternTiling
Get
Set
Property Value
Type:
PdfPatternTilingThe
PdfPatternTiling value specifying the
adjustments to the spacing of this
PdfPattern's
tiles relative to the device pixel grid.
See Also