'Declaration Public Shared Function FromBytes( _ ByVal doc As GcPdfDocument, _ ByVal bytes() As System.Byte _ ) As EmbeddedFileStream
public static EmbeddedFileStream FromBytes( GcPdfDocument doc, System.byte[] bytes )
Parameters
- doc
- The owner document.
- bytes
- The file data.
Return Value
The newly created object.