Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfName Class / IsValidChar Method

In This Topic
    IsValidChar Method
    In This Topic
    Checks whether the specified byte is valid and can be written to the PDF stream without '#' prefix.
    Syntax
    'Declaration
     
    Public Shared Function IsValidChar( _
       ByVal c As System.Byte _
    ) As System.Boolean
    public static System.bool IsValidChar( 
       System.byte c
    )

    Parameters

    c
    See Also