Method | Description | |
---|---|---|
BinaryImage ( this imageSource ) : byte[] |
Returns a binary image of an object that implements ISupportBinaryImage. This is a convenience method. It is often optimal to use ISupportBinaryImage.GenerateBinaryImage directly using a common buffer instead of always allocating new buffers. |
|
CopyBinaryImageToStream ( this imageSource, Stream stream ) : void |
Copies binary image of object that implements ISupportBinaryImage to a Stream.
|
|
ParseBinaryImageFromStream ( this imageSource, Stream stream ) : int |
Parses binary image of object that implements ISupportBinaryImage from a Stream.
|
public static BinaryImage ( this imageSource ) : byte[] | ||
imageSource | this | |
return | byte[] |
public static CopyBinaryImageToStream ( this imageSource, Stream stream ) : void | ||
imageSource | this | |
stream | Stream | Destination |
return | void |
public static ParseBinaryImageFromStream ( this imageSource, Stream stream ) : int | ||
imageSource | this | |
stream | Stream | Source |
return | int |