ProductGroupMultimedia SFO
Properties
Methods
| 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() |
See Also
Was this page helpful?