private PdfDocument(Stream stream) : this(PdfFile.Create(stream)) { }
private PdfDocument(Stream stream) : this(PdfFile.Create(stream)) { this._pdfFileStream = stream; }