Skip to main content

ImageStorage

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.50 (5.0.0.0)

Specifies whether a SAL picture loads a named assembly resource or an external image file.

public enum ImageStorage : Enum

Fields

NameDescriptionValue
ExternalLoad an image from an external file.
InternalLoad an embedded image resource from the calling assembly or designer resource context.

Used By

NameDescription
SalPicture.ImageStorageGets or sets the source of ImageName and reloads the image when the source changes.