[]
Creates a new instance of EmbeddedFileStream from the specified file name.
The file data will be read when the GcPdfDocument is saved.
public static EmbeddedFileStream FromFile(GcPdfDocument doc, string fileName)
| Type | Name | Description |
|---|---|---|
| GcPdfDocument | doc | The owner document. |
| string | fileName | The file name. |
| Type | Description |
|---|---|
| EmbeddedFileStream | The newly created object. |