wolfgangschneider

Results 6 issues of wolfgangschneider

Hi After reload the Grid with other data a row is still selected , its not the previous PK, its the same record position. Is there a way to deselect...

help wanted

Hi with the original MigraDoc (Framework version) I could use: ``` HeaderFooter header = mainSection.Headers.Primary; var image = header.AddImage("_Config\\Briefpapier.pdf"); image.RelativeHorizontal = MigraDoc.DocumentObjectModel.Shapes.RelativeHorizontal.Page; image.RelativeVertical = MigraDoc.DocumentObjectModel.Shapes.RelativeVertical.Page; ``` Thanks Wolfgang

Hi the Blazor.Print works well in an pure Blazor App. I am adding Blazor to an existing MVC / Rzor pages Project. When calling PrintingService.Print in an Razor component and...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I have add a link and script html tag to use a Blazor Component , In...

Is there anywhere a documentation how to use it? I run the command csharp2plantuml.classDiagram in vs code but nothing happend. What have i to do to get an class diagram...

The generated pdf look different between Linux and Windows. I saw PdfDocumentRenderer(false, PdfFontEmbedding.Always); in the documentation, but my PdfDocumentRenderer constructor does not have an overloaded version with PdfFontEmbedding parameter. Thanks...