コード例 #1
0
ファイル: PdfDocument.cs プロジェクト: lypvc/ChromePdfViewer
 /// <summary>
 /// Initializes a new instance of the PdfDocument class with the provided stream.
 /// </summary>
 /// <param name="stream"></param>
 public PdfDocument(Stream stream)
     : this(PdfFile.Create(stream))
 {
 }