Browse by Tags

WinForms

ComponentOne's WinForms controls
Related Posts
  • Forum Post: Print text richeditbox using c1print/preview components

    I have a richeditbox (filled with text from an access database), I want to if it is possible to print / print preview the text from the richeditbox. I tried to at the pdf of winforms reports, but couldn't find a solution for it. Thanks for any help.
  • Forum Post: Image Align Problem

    I am trying to center align an image with this code: Dim myimg As Image = Nothing myimg = Image.FromFile("c:\myimage.jpg") Dim img1 As C1.C1Preview.RenderImage = New C1.C1Preview.RenderImag(Me.C1PrintDocument1)img1.Image = myimg img1.Width = "50%" img1.Style.ImageAlign.AlignHorz ...
  • Forum Post: Re: Localized fonts in PDF export

    Tested it with all reports, works beautifully, thank you for your quick response. Regards, Vladimir
  • Forum Post: Re: Localized fonts in PDF export

    I am using WinXP 32 bit. After further testing on my own, I found out there is a problem with exporting fonts to pdf. Export works fine for Excel or HTML. Unfortunately I cannot just change the font I am using as it is prescribed by our honorable marketing team. I already posted the request for font...
  • Forum Post: Localized fonts in PDF export

    I have a C1PrintDocument with Croatian characters and I need to export it to PDF. While using the C1.C1Preview.Export.PdfExporter I get garbage letters when exporting for standard Eastern-European letters like ČčĆ抚ĐđŽž. Printing works fine. Using the alternate method - printing to PDFCreator I got...
  • Forum Post: How do I change the background color for an entire document?

    I have tried things like the following, but they don't have any effect. Doc.Style.BackColor = Color.Red where Doc is a C1PrintDocument object. I can set the background color for paragraphs within the document but not for the entire document. Thanks, John
Page 1 of 1 (6 items)