TlaEncoderSave Method (Stream, AtalaImage, SecureString, ProgressEventHandler) |
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int Save(
Stream stream,
AtalaImage image,
SecureString password,
ProgressEventHandler progress
)
Public Function Save (
stream As Stream,
image As AtalaImage,
password As SecureString,
progress As ProgressEventHandler
) As Integer
Parameters
- stream
- Type: System.IOStream
A stream that the encoded image data will be saved to. - image
- Type: Atalasoft.ImagingAtalaImage
The AtalaImage to encode. - password
- Type: System.SecuritySecureString
The password to use for reading, writing, or obtaining information on encrypted TLA images. - progress
- Type: Atalasoft.ImagingProgressEventHandler
The progress delegate. Can be set to null (Nothing in Visual Basic).
Return Value
Type:
Int32 The number of bytes written to the file.
See Also