'Declaration Public Shared Function FromFile( _ ByVal doc As GcPdfDocument, _ ByVal fileName As System.String _ ) As EmbeddedFileStream
public static EmbeddedFileStream FromFile( GcPdfDocument doc, System.string fileName )
Parameters
- doc
- The owner document.
- fileName
- The file name.
Return Value
The newly created object.