[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfName.IsValidChar

IsValidChar Method

IsValidChar(byte)

Checks whether the specified byte is valid and can be written to the PDF stream without '#' prefix.

Declaration
public static bool IsValidChar(byte c)
Public Shared Function IsValidChar(c As Byte) As Boolean
Parameters
Type Name Description
byte c
Returns
Type Description
bool