TSigmaProjectSaveOption Enumeration

Represents type TSigmaProjectSaveOption.

Namespace: Sigma.Document
type
 TSigmaProjectSaveOption = (psoCompress, psoBinary, psoLibrarySaveInfo);

The TSigmaProjectSaveOption type exposes the following members.

Show:
 NameDescription
psoBinary

Represents constant psoBinary.

psoCompress

Represents constant psoCompress.

psoLibrarySaveInfo

Represents constant psoLibrarySaveInfo.

Top