PdfLiteSettingsConvertImageToPdfDpi Property |
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.7.0.0 (5.7.0.0)
Syntaxpublic double ConvertImageToPdfDpi { get; set; }Public Property ConvertImageToPdfDpi As Double
Get
Set
Property Value
Type:
DoubleIf greater than
0.0, DPI to use when converting the image to PDF; otherwise, the image's internal resolution is used
Remarks
The default value is 0.0, indicating that the image's internal resolution should be used
See Also