PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.Util Namespace / FontSubSet Class / GetDefaultBytes Method

In This Topic
    GetDefaultBytes Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetDefaultBytes( _
       ByVal text As String _
    ) As Byte()
    public static byte[] GetDefaultBytes( 
       string text
    )

    Parameters

    text
    See Also