Uses of Class
aspose.pdf.Image

Uses of Image in aspose.pdf
 

Fields in aspose.pdf declared as Image
protected  Image ImagePattern.image
           
 

Methods in aspose.pdf that return Image
 Image Heading.getImageLabel()
          Gets the Image used as label.
 

Methods in aspose.pdf with parameters of type Image
 void Heading.setImageLabel(Image value)
          Sets an Image object used as label.
 

Constructors in aspose.pdf with parameters of type Image
ImagePattern(Image image, float tileWidth, float tileHeight)
           
ShadingPattern(Image image, int level)