For the complete documentation index, see llms.txt. This page is also available as Markdown.

ImageStorage

PPJ.Runtime.Windows.ImageStorage

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

Storage options for the SalPicture control.

public enum ImageStorage : Enum

Fields

Name
Description

External

External storage. The image is stored in a file.

Internal

Iternal storage. The image is stored in an embedded resource.

Used By

Name
Description

SalPicture storage.

Last updated