Line 812: nPageHeight = nOrigHeight * nZoom
Line 813: End If
Line 814: oPageImage = New Drawing.Bitmap(nPageWidth, nPageHeight, Iff(nTransparent, Drawing.Imaging.PixelFormat.Format32bppArgb, Drawing.Imaging.PixelFormat.Format24bppRgb))
Line 815: oPageGraphics = Drawing.Graphics.FromImage(oPageImage)
Line 816: If Not nTransparent Then oPageGraphics.FillRectangle(Drawing.Brushes.White, New System.Drawing.Rectangle(0, 0, nPageWidth, nPageHeight))
|