Visual Basic (Declaration) | |
---|---|
Public Property LoadMaskImage As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool LoadMaskImage {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property bool get_LoadMaskImage(); public: __property void set_LoadMaskImage( bool value ); |
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family