XmpParserBytesFromImage Method (String, Int32) |
Returns a byte array containing XMP data from an image file specifying the frame index.
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,
int frameIndex
)
Public Function BytesFromImage (
imageFile As String,
frameIndex As Integer
) As Byte()
Parameters
- imageFile
- Type: SystemString
The image filename to retreive data from - frameIndex
- Type: SystemInt32
The zero based frame index of the image to retrieve data from
Return Value
Type:
ByteRemarks Currently supports reading XMP from JPEG, TIFF, and PDF images.
See Also