This sample shows how to save an image of a PDF page with the specified zoom level using Docotic.Pdf library.
Use PdfDrawOptions.CreateZoom method to create drawing options. Then pass the drawing options to PdfPage.Save method. This method will save an image of a page zoomed to the specified level to a stream or a file.