Posted 23 April 2024, 5:51 am EST
Sadly, I couldn’t find the current state of the art regarding the C1.Xaml.WPF.PrintDocument library, and how to migrate to the C1.WPF.* namespaces/libraries with .NET 6/.NET 8 support.
The classes I am currently using are
C1.C1Preview.AlignHorzEnum
C1.C1Preview.AlignVertEnum
C1.C1Preview.C1PrintDocument
C1.C1Preview.GraphicsUtils
C1.C1Preview.LineDef
C1.C1Preview.Offsets
C1.C1Preview.PrinterUtil
C1.C1Preview.RenderArea
C1.C1Preview.RenderObject
C1.C1Preview.RenderTable
C1.C1Preview.RenderText
C1.C1Preview.SplitBehaviorEnum
C1.C1Preview.StackingRulesEnum
C1.C1Preview.Style
C1.C1Preview.TableHeaderEnum
C1.C1Preview.Unit
C1.C1Preview.UnitTypeEnum
Which library should I use to replace the named classes/enum and their functionaility, to have a 100% clean .net 6/.net 8 code, so not to reference a .net framework library into my .net 6/.net 8 code base.
I found
https://www.nuget.org/packages/C1.WPF.Document
https://www.nuget.org/packages/C1.Win.Printing
are those the correct packages to use? why isn’t there a C1.WPF.Printing?