Skip to content

Commit dfc9be4

Browse files
author
yevgen-nykytenko
committed
Update content 2025-06-30 04:09:58
1 parent 320c6b0 commit dfc9be4

File tree

110 files changed

+283
-111
lines changed

Some content is hidden

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

110 files changed

+283
-111
lines changed

english/net/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 10
55
url: /net/
66
description: GroupDocs.Conversion for .NET API References contain examples, code snippets, and API documentation. It provides namespaces, classes, interfaces, and other API details.
77
is_root: true
8-
version: "25.5.1"
8+
version: "25.6"
99
---
1010

1111
## Namespaces

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,15 @@ The namespace provides classes to specify additional options for document conver
6969
| Interface | Description |
7070
| --- | --- |
7171
| [IConvertOptions](./iconvertoptions) | Represents convert options |
72+
| [IDpiConvertOptions](./idpiconvertoptions) | Represents convert options that support DPI (Dots Per Inch) settings. |
7273
| [IPagedConvertOptions](./ipagedconvertoptions) | Represents convert options that allows conversion to perform page limitation by specifying start page and pages count |
7374
| [IPageMarginConvertOptions](./ipagemarginconvertoptions) | Represents convert options that support page margins |
7475
| [IPageOrientationConvertOptions](./ipageorientationconvertoptions) | Represents convert options that support page orientation |
7576
| [IPageRangedConvertOptions](./ipagerangedconvertoptions) | Represents convert options that support conversion of specific list of pages |
7677
| [IPageSizeConvertOptions](./ipagesizeconvertoptions) | Represents convert options that support page size |
78+
| [IPasswordConvertOptions](./ipasswordconvertoptions) | Represents convert options that support password protection for converted documents. |
7779
| [IPdfRecognitionModeOptions](./ipdfrecognitionmodeoptions) | Represents convert options that control recognition mode when converting from PDF |
7880
| [IWatermarkedConvertOptions](./iwatermarkedconvertoptions) | Represents convert options that allow output of conversion to be watermarked |
81+
| [IZoomConvertOptions](./izoomconvertoptions) | Represents convert options that allows conversion to be performed with zoom options |
7982

8083
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: IDpiConvertOptions
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Represents convert options that support DPI Dots Per Inch settings.
5+
type: docs
6+
weight: 1660
7+
url: /net/groupdocs.conversion.options.convert/idpiconvertoptions/
8+
---
9+
## IDpiConvertOptions interface
10+
11+
Represents convert options that support DPI (Dots Per Inch) settings.
12+
13+
```csharp
14+
public interface IDpiConvertOptions : IConvertOptions
15+
```
16+
17+
## Properties
18+
19+
| Name | Description |
20+
| --- | --- |
21+
| [Dpi](../../groupdocs.conversion.options.convert/idpiconvertoptions/dpi) { get; set; } | Desired page DPI after conversion. |
22+
23+
### See Also
24+
25+
* interface [IConvertOptions](../iconvertoptions)
26+
* namespace [GroupDocs.Conversion.Options.Convert](../../groupdocs.conversion.options.convert)
27+
* assembly [GroupDocs.Conversion](../../)
28+
29+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Dpi
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Desired page DPI after conversion.
5+
type: docs
6+
weight: 10
7+
url: /net/groupdocs.conversion.options.convert/idpiconvertoptions/dpi/
8+
---
9+
## IDpiConvertOptions.Dpi property
10+
11+
Desired page DPI after conversion.
12+
13+
```csharp
14+
public int Dpi { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* interface [IDpiConvertOptions](../../idpiconvertoptions)
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/_index.md

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ImageFlipModes
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Describes image flip modes.
55
type: docs
6-
weight: 1740
6+
weight: 1770
77
url: /net/groupdocs.conversion.options.convert/imageflipmodes/
88
---
99
## ImageFlipModes class

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IPagedConvertOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Represents convert options that allows conversion to perform page limitation by specifying start page and pages count
55
type: docs
6-
weight: 1700
6+
weight: 1710
77
url: /net/groupdocs.conversion.options.convert/ipagedconvertoptions/
88
---
99
## IPagedConvertOptions interface

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IPageMarginConvertOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Represents convert options that support page margins
55
type: docs
6-
weight: 1660
6+
weight: 1670
77
url: /net/groupdocs.conversion.options.convert/ipagemarginconvertoptions/
88
---
99
## IPageMarginConvertOptions interface

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IPageOrientationConvertOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Represents convert options that support page orientation
55
type: docs
6-
weight: 1670
6+
weight: 1680
77
url: /net/groupdocs.conversion.options.convert/ipageorientationconvertoptions/
88
---
99
## IPageOrientationConvertOptions interface

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IPageRangedConvertOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Represents convert options that support conversion of specific list of pages
55
type: docs
6-
weight: 1680
6+
weight: 1690
77
url: /net/groupdocs.conversion.options.convert/ipagerangedconvertoptions/
88
---
99
## IPageRangedConvertOptions interface

0 commit comments

Comments
 (0)