iTextSharp.text.pdf.CMapAwareDocumentFont.Encode C# (CSharp) Method

Encode() public method

public Encode ( byte bytes, int offset, int len ) : String
bytes byte
offset int
len int
return String
        public String Encode(byte[] bytes, int offset, int len)
        {
            return Decode(bytes, offset, len);
        }