Saves an image to a PSD file, along with the specified layers.
public IAsyncAction SavePsdWithLayersAsync(Leadtools.RasterImage image,ILeadStream stream,int bitsPerPixel,Leadtools.RasterImage layerImages,Leadtools.Codecs.CodecsPsdLayerInfo[] layerInfos)
Public Function SavePsdWithLayersAsync( _ByVal image As Leadtools.RasterImage, _ByVal stream As ILeadStream, _ByVal bitsPerPixel As Integer, _ByVal layerImages As Leadtools.RasterImage, _ByVal layerInfos() As Leadtools.Codecs.CodecsPsdLayerInfo _) As IAsyncAction
public IAsyncAction SavePsdWithLayersAsync(Leadtools.RasterImage image,ILeadStream stream,int bitsPerPixel,Leadtools.RasterImage layerImages,Leadtools.Codecs.CodecsPsdLayerInfo[] layerInfos)
function Leadtools.Codecs.RasterCodecs.SavePsdWithLayersAsync(image ,stream ,bitsPerPixel ,layerImages ,layerInfos)
public:IAsyncAction^ SavePsdWithLayersAsync(Leadtools.RasterImage^ image,ILeadStream^ stream,int bitsPerPixel,Leadtools.RasterImage^ layerImages,Leadtools.Codecs.array<CodecsPsdLayerInfo^>^ layerInfos)
image
The image to save.
stream
The output stream.
bitsPerPixel
Resulting file's pixel depth. For color images this can be 24 or 32. For grayscale images this can be 8.
layerImages
A RasterImage object that contains layers (in each page) to save in the output file. The layers should have the same bits per pixel as the file. Every page in the image will be saved as a layer. The first page in the image will be interpreted as the first layer. The pages in the image must have the same bits per pixel as specified in  bitsPerPixel.
layerInfos
An optional array of CodecsPsdLayerInfo objects. If this is a null reference , then each layer will start at (0, 0) and will have the same size as the image. If this is not a null reference, then the layer information for each layer in  layerInfos will be stored here.The number of CodecsPsdLayerInfo objects must be the same as the number of pages in  layerImages.
An asynchronous save operation on a RasterCodecs object.
Use this method to save PSD files with layers.
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
