IptcParserParseFromByteArray Method |
Parses IPTC data from a byte array.
Namespace:
Atalasoft.Imaging.Metadata
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual IptcCollection ParseFromByteArray(
byte[] iptcData
)
Public Overridable Function ParseFromByteArray (
iptcData As Byte()
) As IptcCollection
Parameters
- iptcData
- Type: SystemByte
A byte array containing the IPTC data.
Return Value
Type:
IptcCollection An IptcCollection containing the parsed data.
Remarks This is useful if the image format stores the IPTC in a different location within the file. For instance,
IPTC may be stored in the TIFFTAG_RICHTIFFIPTC (ID 33723) instead of the Adobe Photoshop tag.
See Also