A common way of loading XpsDocument is to load it from file:XpsDocument document = new XpsDocument(filename, FileAccess.Read, CompressionOption.NotCompressed);FixedDocumentSequence fixedDocumentSequence = document.GetFixedDocumentSequence();//To view