IptcParserParseFromImage Method (Stream) |
Parses IPTC data from a JPEG or TIFF image file stream.
Namespace:
Atalasoft.Imaging.Metadata
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic IptcCollection ParseFromImage(
Stream imageStream
)
Public Function ParseFromImage (
imageStream As Stream
) As IptcCollection
Parameters
- imageStream
- Type: System.IOStream
The image file stream to parse data from.
Return Value
Type:
IptcCollection
See Also