Click or drag to resize

PdfLiteSettingsConvertImageToPdfDpi Property

Gets or sets a value indicating the DPI a PdfWebControlLite instance should use when convert supported image types to PDF automatically if used with CreateDocument(String, Byte).

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.7.0.0 (5.7.0.0)
Syntax
public double ConvertImageToPdfDpi { get; set; }

Property Value

Type: Double
If 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