Returns an array of EmbeddedFile objects that represent all embedded files in the specified PDF document.

GetFromFile(String)

public EmbeddedFile[] GetFromFile(string fileName);
Public Function GetFromFile(ByVal fileName As String) As EmbeddedFile()

Parameters

Parameter Description
fileName The complete file path of the PDF document.

Return Value

Returns an array of EmbeddedFile objects.