Font Size Customization toPDF

Hello,

I am working with the toPDF printing functionality in the .NET version of scheduler, but am having trouble finding where I would customize the size of the text for the events. This is pretty well documented for .php, but not for .net. Where do I need to set the font size so that it is pulled through to the final product? Thanks!

You may try following properties, they define font size
SchedulerPDFWriter.BaseFontSize
SchedulerPDFWriter.HeaderFontSize

Here is the latest build, if these settings are not available in released version
s3.amazonaws.com/uploads.hipcha … 130711.zip

Thank you, updating the files with the new ones gave me that functionality!

After further testing, with the addition of this new version of the Export.PDF the print function no longer works in Chrome, but does work in IE. Has this happened to anyone else? Ideas on what is going on?