ViewPortOptionsDeviceScaleFactor Property |
Gets or sets the device scale factor.
Namespace: SautinSoft.PdfVisionAssembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2024.12.6
Syntaxpublic double DeviceScaleFactor { get; set; }
Public Property DeviceScaleFactor As Double
Get
Set
Property Value
DoubleSpecify device scale factor (can be thought of as dpr). Defaults to 1.
See Also