Summary
Set the suffix of the generated image, e.g.
SetSuffix("-medium")
will transform original
filename "hello-world.jpg" to "hello-world-medium.jpg".
- Assembly
- Wyam
.Images .dll - Namespace
- Wyam
.Images - Containing Type
- Image
Syntax
public Image SetSuffix(string suffix)
Parameters
Name | Type | Description |
---|---|---|
suffix | string | The suffix to use. |
Return Value
Type | Description |
---|---|
Image | The current module instance. |