Is there a way to control some properties in the PDF document created using the command:
Telerik.Reporting.Processing.ReportProcessor.Render("PDF", ...
Specifically, I need to set the default page scaling option to "none" so the user doesn't have to be concerned with that. This option is located in the adobe reader's standard print dialog. I am assuming that using Adobe Acrobat, or some SDK one can control this option when creating the document and afterwards when printing the document it would be preselected.
If the page scaling option is left at it's default setting, the document is scaled because it's "considered" larger that the printable area. The report needs to print very close to the right and bottom edge of the paper in order to align with the perforations and use most of the available space. It prints ok when scaling is set to none.
Telerik.Reporting.Processing.ReportProcessor.Render("PDF", ...
Specifically, I need to set the default page scaling option to "none" so the user doesn't have to be concerned with that. This option is located in the adobe reader's standard print dialog. I am assuming that using Adobe Acrobat, or some SDK one can control this option when creating the document and afterwards when printing the document it would be preselected.
If the page scaling option is left at it's default setting, the document is scaled because it's "considered" larger that the printable area. The report needs to print very close to the right and bottom edge of the paper in order to align with the perforations and use most of the available space. It prints ok when scaling is set to none.