IPictureWriter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an interface for saving picture objects to streams.
public interface class IPictureWriter
public interface IPictureWriter
type IPictureWriter = interface
Public Interface IPictureWriter
Methods
Save(IPicture, Stream) |
Saves a picture to the specified stream. |
SaveAsync(IPicture, Stream) |
Asynchronously saves a picture to the specified stream. |
Extension Methods
SaveAsBase64(IPictureWriter, IPicture) | |
SaveAsBytes(IPictureWriter, IPicture) |
Saves a picture as a byte array. |
SaveAsBytesAsync(IPictureWriter, IPicture) |
Asynchronously saves a picture as a byte array. |
SaveAsStream(IPictureWriter, IPicture) |