Jp2IptcParserParseFromImage Method (Stream) |
Returns a collection of IPTC data from the specified image stream.
Namespace:
Atalasoft.Imaging.Codec.Jpeg2000
Assembly:
Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual IptcCollection ParseFromImage(
Stream stream
)
Public Overridable Function ParseFromImage (
stream As Stream
) As IptcCollection
Parameters
- stream
- Type: System.IOStream
The JPEG2000 stream
Return Value
Type:
IptcCollectionIptcCollection
See Also