PsdLoadOptions Class

Summary: Psd load options

Module: aspose.psd.imageloadoptions

Full Name: aspose.psd.imageloadoptions.PsdLoadOptions

Inheritance: LoadOptions

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
PsdLoadOptions()Initializes a new instance of the PsdLoadOptions class

Properties

NameTypeAccessDescription
allow_warp_repaintboolr/wGets or sets whether to save with the rendered image, with or without a warp transform.
buffer_size_hintintr/wGets or sets the buffer size hint which is defined max allowed size for all internal buffers.
data_background_colorColorr/wGets or sets the Image background Color.
data_recovery_modeDataRecoveryModer/wGets or sets the data recovery mode.
ignore_alpha_channelboolr/wGets or sets a value indicating whether [ignore alpha channel].
ignore_text_layer_width_on_updateboolr/wGets or sets a value indicating whether PSD text layer fixed width will be ignored on UpdateText operation execution.
load_effects_resourceboolr/wGets or sets a value indicating whether [load effects resource] (by default resource is not loaded). When set this option only supported effects will be rendered to final merged image.
read_only_modeboolr/wGets or sets a value indicating whether [use read only mode]. This is read-only mode, supported for identical compatibility with Adobe Photoshop.
When this option is set, all changes applied for layers will not be saved to final image. All data is used from ImageData section, so it is identical to Photoshop.
By default all loaded images are not identical to Adobe Photoshop compatible.
use_disk_for_load_effects_resourceboolr/wGets or sets a value indicating whether [use disk for load effects resource] (by default used disk to load effects resource, but can be used memory if it is enought by setting this value to false).
use_icc_profile_conversionboolr/wGets or sets a value indicating whether ICC profile conversion should be applied.

Constructor: PsdLoadOptions()

 PsdLoadOptions() 

Initializes a new instance of the PsdLoadOptions class