Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 877 Bytes

File metadata and controls

9 lines (7 loc) · 877 Bytes

Draw zoomed PDF page in C# and VB.NET

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.

See also