Join
Sign in
ComponentOne Community
Search Options
Search Everything
Search WinForms
Home
WinForms
WPF
ASP.NET
Silverlight
SharePoint
Help Authoring
ActiveX
Windows Mobile
General
Visual Studio Extensions
Legacy
Marketing Blogs
Dev Tools
Evangelists
C1Announcements
More ...
Home
»
WinForms
»
Reports for WinForms
»
All Tags
»
C1PrintPreview C1PrintDocument
Browse by Tags
WinForms
ComponentOne's WinForms controls
Get this RSS feed
Home
Blog
Forums
Files
Wikis
Tags
PDF
C1Report
C1PrintDocument
Text
Related Posts
Forum Post:
Print text richeditbox using c1print/preview components
ud2008
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.
on
6-23-2010
Forum Post:
Image Align Problem
IAM limited
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 ...
on
2-8-2010
Forum Post:
Re: Localized fonts in PDF export
vladbos
Tested it with all reports, works beautifully, thank you for your quick response. Regards, Vladimir
on
10-9-2009
Forum Post:
Re: Localized fonts in PDF export
vladbos
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...
on
10-5-2009
Forum Post:
Localized fonts in PDF export
vladbos
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...
on
10-1-2009
Forum Post:
How do I change the background color for an entire document?
jmcleod129
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
on
9-11-2009
Page 1 of 1 (6 items)