Updating from version 24.2

I am trying to update my extensive library that works great using Aspose.Words 24.2 to Aspose.Words version 26.7, and I have questions.

I have been using Aspose.Words.Rendering.AsposeWordsPrintDocument, to get and set printer setting for an Aspose Document (for instance, setting the print duplex flag
What do I use instead and how do I use it, as all the examples I am seeing is using AsposeWordsPrintDocument.

(related : what do I replace aspose.words.rendering.pageinfo.getSpecifiedPrinterPaperSource with?)

@conniem Version 26.7 for the .NET Framework still includes the AsposeWordsPrintDocument class and other printing methods. Starting with version 26.6, we added Windows-specific target platform identifiers (net6.0-windows and net8.0-windows) with corresponding printing methods and classes.

Also, you can check following thread to get more information Printing via Aspose Words for .Net Core