Method CreateFitHeight
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreateFitHeight(double)
Creates draw options for producing images of PDF pages resized to fit the specified height.
public static PdfDrawOptions CreateFitHeight(double heightPixels)
Parameters
heightPixels
doubleThe height of images in pixels.
Returns
- PdfDrawOptions
The options for producing images of PDF pages resized to fit the specified height.
Remarks
The height should be in the [1..10000] range.
Each image produced with these options will have the specified height. The width of the image will be calculated dynamically using the aspect ratio of the corresponding PDF page.
Use HorizontalResolution and VerticalResolution properties to change the pixel density (i.e., the physical size) of the output image.
The Convert PDF to image in C# and VB.NET article shows how to specify the size of the output.