IptcCollectionCreateIptcDataBlock Method |
Generate an IPTC data block.
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 byte[] CreateIptcDataBlock()
Public Function CreateIptcDataBlock As Byte()
Return Value
Type:
ByteThe data block generated by this function can be used in IS3AddJPGOutputMarker to add an IPTC data block to a JPG image.
See Also