Enum ImageUtilities.FallbackStrategy
Namespace: SuperOffice.Util
Assembly: SoCore.dll
Syntax
public enum ImageUtilities.FallbackStrategy
Fields
| Name | Description |
|---|---|
| ClearPixel | Return a transparent GIF. |
| Default | Return a default / anonymous image. |
| GenericFileIcon | Returns the generic file icon |
| Null | Return a NULL Value |
| SrNoPhoto | Return an image containing the string resolved by SR_NO_PHOTO |
| SrNoPhotoWithBorder | same as SrNoPhoto with an additional border around the image. |