XceedBoucherS

Results 428 comments of XceedBoucherS

Hi, thank you for reporting this. The Paragraph.AppendPageCount() method must be adapt to use the field "SECTIONPAGES" for your situation in order to count the pages from a section instead...

Hi @valimaties , No problem for the help. I will not merge your PR because we do not merge them. Instead, we update the code with all new features and...

Hi, Unless we do a change before the release (for any reason), we are planning to use the same methods (InsertPageCount and AppendPageCount) and pass a new bool parameter to...

Hi valimaties, Yes, it is part of v2.4, but v2.3 was just released. Next release will have it, I promise ! Thank you

Hello, Please send a request to [email protected] if you have a valid license in order to get fast support. Maybe a sample could help better understand the issue. You are...

Hi, I don't think this is possible in the free version. With the Full version, available here : https://xceed.com/en/our-products/product/words-for-net, you can define specific listOptions, like bolding the ListItem numbers: var...

Hi, When you define a Table, you can set its look, like using alternate row colors: var table = doc.AddTable( 5, 4 ); table.Design = TableDesign.MediumList2; table.TableLook.FirstRow = false; table.TableLook.FirstColumn...

Hi @mirkovicmiroslav , Thank you for this catch ! We will add it for v2.4. Thanks

Hi, This is by default. You need to reload the application in order to load the new texts. Additional information can be found here: https://stackoverflow.com/questions/4626627/wpf-how-to-change-the-currentuiculture-at-runtime Thank you

Hi, The PropertyGrid will display the properties of its SelectedObject. If the SelectedObject do not have a "KeepRatio" property, the PropertyGrid won't show it. Are you trying to add a...