LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

LoadMaskImage Property






Determines whether to load the mask image when loading PSD files with RasterCodecs.LoadPsdLayer. .NET support WinRT support
Syntax
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;}
 get_LoadMaskImage();
set_LoadMaskImage(value);
public:
property bool LoadMaskImage {
   bool get();
   void set (    bool value);
}

Property Value

true load to load the mask image when loading PSD files with RasterCodecs.LoadPsdLayer; otherwise, false.
Remarks

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.

Example
For an example, refer to RasterCodecs.LoadPsdLayer and RasterCodecs.SavePsdWithLayers.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPsdLayerInfo Class
CodecsPsdLayerInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.