FixedDocument always print first page
问题 I have a problem when trying to printing multipage of FixedDocument, for example my preview show 3 different page, but when I click print or using Printdialog(fixedDoc.DocumentPaginator,"namefile"), it always prints 3 pages with content of page 1. Here my code for fixed document. lstBitMap is a list of BitmapEncoder FixedDocument fixedDoc = new FixedDocument(); fixedDoc.DocumentPaginator.PageSize = pageSize; foreach (var bitmap in lstBitMapEncode) { ImageSource imageSource; using (var stream