Property VerticalResolution
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
VerticalResolution
Gets or sets the vertical resolution of produced images.
public int VerticalResolution { get; set; }
Property Value
- int
The vertical resolution (pixel density) of produced images in pixels per inch.
Remarks
Default value: 72
.
The vertical resolution should be in the [1..2000] range.