Namespace: BitMiracle.Docotic.Pdf
public static PdfDrawOptions CreateZoom( double zoomPercent )
Public Shared Function CreateZoom ( zoomPercent As Double ) As PdfDrawOptions
The zoom percent should be in the [1..6500] range.
Each produced image will contain the corresponding PDF page zoomed to the percent specified by zoomPercent.
Produced images will be additionally scaled when HorizontalResolution or VerticalResolution properties are not equal to 72 pixels per inch. The scaling happens to maintain the same physical size of the corresponding PDF page in the produced images.
To produce images of an exact width, height, or both, please use CreateFitWidth(Double), CreateFitHeight(Double), or CreateFitSize(PdfSize, Boolean) methods.