Exemplo n.º 1
0
 public PdfFunctionType0(PdfObject parent, PdfStream stream)
     : base(parent, stream.Dictionary)
 {
     Stream = stream;
 }
Exemplo n.º 2
0
 public override byte[] DecodeStreamAsBytes(PdfStream stream)
 {
     return(stream.ParseStream.DecodeBytes(stream.ParseStream.StreamBytes));
 }
Exemplo n.º 3
0
 public abstract byte[] DecodeStreamAsBytes(PdfStream stream);
Exemplo n.º 4
0
 public override string DecodeStream(PdfStream stream)
 {
     return(Encoding.ASCII.GetString(stream.ParseStream.DecodeBytes(stream.ParseStream.StreamBytes)));
 }
Exemplo n.º 5
0
 public abstract string DecodeStream(PdfStream stream);