[]
Creates a new instance of EmbeddedFileStream from the specified array of bytes.
public static EmbeddedFileStream FromBytes(GcPdfDocument doc, byte[] bytes)
| Type | Name | Description |
|---|---|---|
| GcPdfDocument | doc | The owner document. |
| byte[] | bytes | The file data. |
| Type | Description |
|---|---|
| EmbeddedFileStream | The newly created object. |