[]
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)
Public Shared Function FromFile(doc As GcPdfDocument, fileName As String) As EmbeddedFileStream
Type | Name | Description |
---|---|---|
GcPdfDocument | doc | The owner document. |
string | fileName | The file name. |
Type | Description |
---|---|
EmbeddedFileStream | The newly created object. |