Exemplo n.º 1
0
 private PdfDocument(Stream stream)
     : this(PdfFile.Create(stream))
 {
 }
Exemplo n.º 2
0
 private PdfDocument(Stream stream)
     : this(PdfFile.Create(stream))
 {
     this._pdfFileStream = stream;
 }