Hi,
When using SheetRender.ToImage the secondary vertical values are not printed in the generated image (please see the attached images).
For reproducing the issue please use the attached Excel file and the following code:
var workbook0 = new Workbook(“test.xlsx”);
var printOptions = new ImageOrPrintOptions
{
Quality = 100,
VerticalResolution = 200,
HorizontalResolution = 200,
PrintingPage = PrintingPageType.IgnoreBlank,
ImageFormat = ImageFormat.Png,
OnePagePerSheet = true,
OnlyArea = true
};
var sheetRender = new SheetRender(workbook0.Worksheets[0], printOptions);
sheetRender.ToImage(0).Save(“output.bmp”);
Regards,
Aurelian Iordache
Software Developer
IBM Romania
Hi,
Hi,
Thanks for your using Aspose.Cells.
Please download and try the latest fix: Aspose.Cells for .NET v8.3.0.1 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-43159) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.