Uses of Class
aspose.pdf.TilingType

Uses of TilingType in aspose.pdf
 

Fields in aspose.pdf declared as TilingType
static TilingType TilingType.ConstantSpacing
          Constant spacing.
static TilingType TilingType.ConstantSpacingFast
          Constant spacing and faster tiling.
static TilingType TilingType.NoDistortion
          The pattern cell shall not be distorted, but the spacing between pattern cells may vary by as much as 1 device pixel, both horizontally and vertically, when the pattern is painted.
static TilingType TilingType.Unknown
          Unknown
 

Methods in aspose.pdf that return TilingType
 TilingType TilingPattern.getTilingType()
          Returns a type of tiling: coloured or uncoloured.
 

Methods in aspose.pdf with parameters of type TilingType
 void TilingPattern.setTilingType(TilingType tilingType)