The image file that results is truncated however. I have tried experimenting with various combinations. Currently I use the following options settings
Dim options As New Aspose.Cells.Rendering.ImageOrPrintOptions()
options.HorizontalResolution = 200
options.VerticalResolution = 200
options.OnePagePerSheet = True
With x.Worksheets("Days").PageSetup
.PaperSize = PaperSizeType.PaperLetter
.Orientation = PageOrientationType.Landscape
.TopMargin = 0.25
.BottomMargin = 0.25
.LeftMargin = 0.25
.RightMargin = 0.25
.FitToPagesTall = 1
.FitToPagesWide = 1
End With
I get an image that appears more like it is formatted to a letter size piece of paper. Am interested in purchasing your product, but worry that this needed functionality (output to image) is not present