Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / Font Class / GetEmbeddedData Method

In This Topic
    GetEmbeddedData Method
    In This Topic
    Returns the stream containing the embedded font data, returns null if the font is not embedded, the stream should be disposed after usage.
    Syntax
    'Declaration
     
    Public Function GetEmbeddedData() As System.IO.Stream
    public System.IO.Stream GetEmbeddedData()

    Return Value

    The stream with font data or null if the font is not embedded.
    See Also