Visual Basic (Declaration) | |
---|---|
Public Property LoadMaskImage As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool LoadMaskImage {get; set;} |
Return Value
true load to load the mask image when loading PSD files with RasterCodecs.LoadPsdLayer; otherwise, false.For an example, refer to RasterCodecs.LoadPsdLayer and
RasterCodecs.SavePsdWithLayers.
When tha value of this property is true and you call RasterCodecs.LoadPsdLayer to load a PSD file, then the transparency mask channel image will bei 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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family