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