Jpeg2000Image Constructor (Stream, Int32) |
Namespace: Aspose.Imaging.FileFormats.Jpeg2000Assembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic Jpeg2000Image(
Stream stream,
int bitsPerPixel
)
Public Sub New (
stream As Stream,
bitsPerPixel As Integer
)
public:
Jpeg2000Image(
Stream^ stream,
int bitsPerPixel
)
new :
stream : Stream *
bitsPerPixel : int -> Jpeg2000Image
Parameters
- stream
- Type: System.IOStream
The stream to load image from and initialize pixel and palette data with. - bitsPerPixel
- Type: SystemInt32
The bits per pixel.
See Also