Returns an array of EmbeddedFile objects that represent all embedded files in the provided PDF document data.
public EmbeddedFile[] GetFromData(byte[] data);
Public Function GetFromData(ByVal data As Byte()) As EmbeddedFile()
Returns an array of EmbeddedFile objects.