Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / Utils Class / WriteMetafileToMemory Method
The metafile to write.

In This Topic
    WriteMetafileToMemory Method
    In This Topic
    Writes a metafile to a byte array.
    Syntax
    'Declaration
     
    Public Shared Function WriteMetafileToMemory( _
       ByVal metafile As Metafile _
    ) As Byte()
    public static byte[] WriteMetafileToMemory( 
       Metafile metafile
    )

    Parameters

    metafile
    The metafile to write.

    Return Value

    The byte array containing the metafile data.
    See Also