MinResolution

ImageConvertOptions.MinResolution property

Per-axis lower bound applied to the capped render DPI when CapResolutionToPageContent is enabled. The capped DPI is never lowered below this value. The default is 0 (no floor).

public int MinResolution { get; set; }

See Also