ImageEn, unit iexBitmaps

TIOParams.PSD_LargeDocumentFormat

TIOParams.PSD_LargeDocumentFormat

Declaration

property PSD_LargeDocumentFormat: Boolean;

Description

Returns True if the loaded file is a PSB (Large document format) Photoshop file.
Set PSD_LargeDocumentFormat = True before saving to use PSB format instead of PSD (enabled automatically when using '.psb' extension).

Default: False

Example

isPSB := ImageEnView1.IO.Params.PSD_LargeDocumentFormat;