Uses of Class
aspose.pdf.PatternType

Uses of PatternType in aspose.pdf
 

Fields in aspose.pdf declared as PatternType
protected  PatternType PatternColorSpace.patternType
          Type of pattern: tiling or shading
static PatternType PatternType.Shading
          Shading pattern.
static PatternType PatternType.Tiling
          Tiling pattern.
static PatternType PatternType.Unknown
          Unknown
 

Methods in aspose.pdf that return PatternType
 PatternType PatternColorSpace.getPatternType()
          Returns a pattern type: tiling or shading.
 

Methods in aspose.pdf with parameters of type PatternType
 void PatternColorSpace.setPatternType(PatternType patternType)
          Sets a pattern type: tiling or shading.
 

Constructors in aspose.pdf with parameters of type PatternType
PatternColorSpace(PatternType patternType)
          Initializes a new instance of the PatternColorSpace class with PatternType.