CapResolutionToPageContent

ImageConvertOptions.CapResolutionToPageContent property

When set, caps the per-page PDF render resolution to the page native raster resolution so a page is never rendered at a higher DPI than its embedded image actually contains, and emits that page at its native (smaller) pixel dimensions and native DPI in the final output instead of re-inflating it to the requested DPI. Only image-dominated (scan) pages are affected; pages with text or vector content are never softened and are emitted at the requested DPI. Skipped when an explicit output Width or Height is set. The default is false (no capping; every page is rendered and emitted at the requested DPI).

public bool CapResolutionToPageContent { get; set; }

See Also