Method | Signature | Comments/Sample |
---|
getCode
| string getCode()
| Â |
getDescription
| string getDescription()
| Â |
getType
| string getType()
| Â |
getImageHeight
| integer getImageHeight()
| Â |
getImageWidth
| integer getImageWidth()
| Â |
getThumbnail (1)
| string getThumbnail()
| Â |
getThumbnail (2)
| string getThumbnail(integer size)
| assumes a square image so size is both height and width |
getThumbnail (3)
| string getThumbnail(integer width, integer height)
| Â |
getThumbnail (4)
| string getThumbnail(integer width, integer height, boolean pngFormat)
| Â |
getThumbnail (5)
| string getThumbnail(integer width, integer height, boolean squareThumbnail, boolean pngFormat)
| Â |
getThumbnailByHeightProportional
| string getThumbnailByHeightProportional(integer height)
| keeps the aspect ratio of the image, but scales it to fit the height |
getThumbnailByWidthProportional
| string getThumbnailByWidthProportional(integer width)
| keeps the aspect ratio of the image, but scales it to fit the width |
getViewUrl
| string getViewUrl()
| Â |
isDefault
| boolean isDefault()
| Â |