Determines whether to load the mask image when loading PSD files with RasterCodecs.LoadPsdLayer.
public bool LoadMaskImage { get; set; }
Public Property LoadMaskImage As Boolean
public bool LoadMaskImage {get; set;}
<br/>get_LoadMaskImage();<br/>set_LoadMaskImage(value);<br/>Object.defineProperty('LoadMaskImage');
true load to load the mask image when loading PSD files with RasterCodecs.LoadPsdLayer; otherwise, false.
When the value of this property is true and you call RasterCodecs.LoadPsdLayer to load a PSD file, then the transparency mask channel image will be in the MaskImage property.
This property is not used when calling RasterCodecs.SavePsdWithLayers to save a PSD file.
Default value is true.
For more information, refer to the FILE FORMATS SPECIFICATION from Adobe.
For an example, refer to RasterCodecs.LoadPsdLayer and RasterCodecs.SavePsdWithLayers.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET