Skip to content

Commit 11b486e

Browse files
Update file(s) "/." from "groupdocs-conversion/Groupdocs.Conversion-References"
1 parent bf22aad commit 11b486e

106 files changed

Lines changed: 162 additions & 107 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.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ 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 |
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 -->

content/sites/groupdocs/conversion/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: 1740
6+
weight: 1750
77
url: /net/groupdocs.conversion.options.convert/imageconvertoptions/
88
---
99
## ImageConvertOptions class

content/sites/groupdocs/conversion/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: 1750
6+
weight: 1760
77
url: /net/groupdocs.conversion.options.convert/imageflipmodes/
88
---
99
## ImageFlipModes class

content/sites/groupdocs/conversion/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

content/sites/groupdocs/conversion/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

content/sites/groupdocs/conversion/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

content/sites/groupdocs/conversion/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

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.convert/ipagesizeconvertoptions/_index.md

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

0 commit comments

Comments
 (0)