Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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