XmpParserBytesFromImage Method (String) |
Returns a byte array containing XMP data from an image file.
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[] BytesFromImage(
string imageFile
)
Public Function BytesFromImage (
imageFile As String
) As Byte()
Parameters
- imageFile
- Type: SystemString
The image filename to retreive data from.
Return Value
Type:
ByteSee Also