Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsPsdLayerInfo Class : LoadMaskImage Property |
public bool LoadMaskImage {get; set;}
'Declaration
Public Property LoadMaskImage As Boolean
'Usage
Dim instance As CodecsPsdLayerInfo Dim value As Boolean instance.LoadMaskImage = value value = instance.LoadMaskImage
public bool LoadMaskImage {get; set;}
<br/>get_LoadMaskImage();<br/>set_LoadMaskImage(value);<br/>Object.defineProperty('LoadMaskImage');
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.