Skip to main content
Version: 2025

ImageStorage

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

Specifies how SalPicture resolves an image name.

public enum ImageStorage : Enum

Fields

NameDescriptionValue
ExternalLoads the image using the external-file loader.
InternalLoads an embedded resource, falling back to a browser image source when no resource image is found.

Used By

NameDescription
SalPicture.ImageStorageGets or sets the image-name resolution mode.