Skip to content

Commit 11aceef

Browse files
author
yevgen-nykytenko
committed
Update content 2026-07-09 08:38:24
1 parent ff79f44 commit 11aceef

80 files changed

Lines changed: 282 additions & 72 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

english/net/groupdocs.conversion.options.convert/imageconvertoptions/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public sealed class ImageConvertOptions : CommonConvertOptions<ImageFileType>, I
2626
| --- | --- |
2727
| [BackgroundColor](../../groupdocs.conversion.options.convert/imageconvertoptions/backgroundcolor) { get; set; } | Sets background color where supported by the source format |
2828
| [Brightness](../../groupdocs.conversion.options.convert/imageconvertoptions/brightness) { getset; } | Adjusts image brightness. |
29+
| [CapResolutionToPageContent](../../groupdocs.conversion.options.convert/imageconvertoptions/capresolutiontopagecontent) { getset; } | 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`](./width) or [`Height`](./height) is set. The default is `false` (no capping; every page is rendered and emitted at the requested DPI). |
2930
| [Contrast](../../groupdocs.conversion.options.convert/imageconvertoptions/contrast) { getset; } | Adjusts image contrast. |
3031
| [CropArea](../../groupdocs.conversion.options.convert/imageconvertoptions/croparea) { getset; } | Crop raster image area after conversion |
3132
| [FlipMode](../../groupdocs.conversion.options.convert/imageconvertoptions/flipmode) { getset; } | Image flip mode. |
@@ -36,6 +37,7 @@ public sealed class ImageConvertOptions : CommonConvertOptions<ImageFileType>, I
3637
| [Height](../../groupdocs.conversion.options.convert/imageconvertoptions/height) { getset; } | Desired image height after conversion. |
3738
| [HorizontalResolution](../../groupdocs.conversion.options.convert/imageconvertoptions/horizontalresolution) { getset; } | Desired image horizontal resolution after conversion. The default resolution is the resolution of the input file or 96 dpi. |
3839
| [JpegOptions](../../groupdocs.conversion.options.convert/imageconvertoptions/jpegoptions) { getset; } | Jpeg specific convert options. |
40+
| [MinResolution](../../groupdocs.conversion.options.convert/imageconvertoptions/minresolution) { getset; } | Per-axis lower bound applied to the capped render DPI when [`CapResolutionToPageContent`](./capresolutiontopagecontent) is enabled. The capped DPI is never lowered below this value. The default is `0` (no floor). |
3941
| [PageNumber](../../groupdocs.conversion.options.convert/commonconvertoptions-1/pagenumber) { getset; } | Implements [`PageNumber`](../ipagedconvertoptions/pagenumber) |
4042
| [Pages](../../groupdocs.conversion.options.convert/commonconvertoptions-1/pages) { getset; } | Implements [`Pages`](../ipagerangedconvertoptions/pages) |
4143
| [PagesCount](../../groupdocs.conversion.options.convert/commonconvertoptions-1/pagescount) { getset; } | Implements [`PagesCount`](../ipagedconvertoptions/pagescount) |
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: CapResolutionToPageContent
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: When set caps the perpage 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 reinflating it to the requested DPI. Only imagedominated 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 Widthgroupdocs.conversion.options.convert/imageconvertoptions/width or Heightgroupdocs.conversion.options.convert/imageconvertoptions/height is set. The default is false no capping every page is rendered and emitted at the requested DPI.
5+
type: docs
6+
weight: 40
7+
url: /net/groupdocs.conversion.options.convert/imageconvertoptions/capresolutiontopagecontent/
8+
---
9+
## ImageConvertOptions.CapResolutionToPageContent property
10+
11+
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`](../width) or [`Height`](../height) is set. The default is `false` (no capping; every page is rendered and emitted at the requested DPI).
12+
13+
```csharp
14+
public bool CapResolutionToPageContent { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [ImageConvertOptions](../../imageconvertoptions)
20+
* namespace [GroupDocs.Conversion.Options.Convert](../../../groupdocs.conversion.options.convert)
21+
* assembly [GroupDocs.Conversion](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->

english/net/groupdocs.conversion.options.convert/imageconvertoptions/contrast/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Contrast
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Adjusts image contrast.
55
type: docs
6-
weight: 40
6+
weight: 50
77
url: /net/groupdocs.conversion.options.convert/imageconvertoptions/contrast/
88
---
99
## ImageConvertOptions.Contrast property

english/net/groupdocs.conversion.options.convert/imageconvertoptions/croparea/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CropArea
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Crop raster image area after conversion
55
type: docs
6-
weight: 50
6+
weight: 60
77
url: /net/groupdocs.conversion.options.convert/imageconvertoptions/croparea/
88
---
99
## ImageConvertOptions.CropArea property

english/net/groupdocs.conversion.options.convert/imageconvertoptions/flipmode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FlipMode
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Image flip mode.
55
type: docs
6-
weight: 60
6+
weight: 70
77
url: /net/groupdocs.conversion.options.convert/imageconvertoptions/flipmode/
88
---
99
## ImageConvertOptions.FlipMode property

english/net/groupdocs.conversion.options.convert/imageconvertoptions/gamma/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Gamma
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Adjusts image gamma.
55
type: docs
6-
weight: 70
6+
weight: 80
77
url: /net/groupdocs.conversion.options.convert/imageconvertoptions/gamma/
88
---
99
## ImageConvertOptions.Gamma property

english/net/groupdocs.conversion.options.convert/imageconvertoptions/grayscale/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Grayscale
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Indicates whether to convert into grayscale image.
55
type: docs
6-
weight: 80
6+
weight: 90
77
url: /net/groupdocs.conversion.options.convert/imageconvertoptions/grayscale/
88
---
99
## ImageConvertOptions.Grayscale property

english/net/groupdocs.conversion.options.convert/imageconvertoptions/height/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Height
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Desired image height after conversion.
55
type: docs
6-
weight: 90
6+
weight: 100
77
url: /net/groupdocs.conversion.options.convert/imageconvertoptions/height/
88
---
99
## ImageConvertOptions.Height property

english/net/groupdocs.conversion.options.convert/imageconvertoptions/horizontalresolution/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: HorizontalResolution
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Desired image horizontal resolution after conversion. The default resolution is the resolution of the input file or 96 dpi.
55
type: docs
6-
weight: 100
6+
weight: 110
77
url: /net/groupdocs.conversion.options.convert/imageconvertoptions/horizontalresolution/
88
---
99
## ImageConvertOptions.HorizontalResolution property

english/net/groupdocs.conversion.options.convert/imageconvertoptions/jpegoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: JpegOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Jpeg specific convert options.
55
type: docs
6-
weight: 110
6+
weight: 120
77
url: /net/groupdocs.conversion.options.convert/imageconvertoptions/jpegoptions/
88
---
99
## ImageConvertOptions.JpegOptions property

0 commit comments

Comments
 (0)