iTextSharp.text.pdf.CMapAwareDocumentFont.Encode C# (CSharp) 메소드

Encode() 공개 메소드

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