Skip to content

Commit 7962ae8

Browse files
author
yevgen-nykytenko
committed
Update content 2025-06-20 06:10:15
1 parent 6ed6598 commit 7962ae8

99 files changed

Lines changed: 160 additions & 101 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/_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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@ The namespace provides classes to specify additional options for document conver
7676
| [IPageSizeConvertOptions](./ipagesizeconvertoptions) | Represents convert options that support page size |
7777
| [IPdfRecognitionModeOptions](./ipdfrecognitionmodeoptions) | Represents convert options that control recognition mode when converting from PDF |
7878
| [IWatermarkedConvertOptions](./iwatermarkedconvertoptions) | Represents convert options that allow output of conversion to be watermarked |
79+
| [IZoomConvertOptions](./izoomconvertoptions) | Represents convert options that allows conversion to be performed with zoom options |
7980

8081
<!-- 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: 1740
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: 1750
77
url: /net/groupdocs.conversion.options.convert/imageflipmodes/
88
---
99
## ImageFlipModes class
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: IZoomConvertOptions
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Represents convert options that allows conversion to be performed with zoom options
5+
type: docs
6+
weight: 1730
7+
url: /net/groupdocs.conversion.options.convert/izoomconvertoptions/
8+
---
9+
## IZoomConvertOptions interface
10+
11+
Represents convert options that allows conversion to be performed with zoom options
12+
13+
```csharp
14+
public interface IZoomConvertOptions
15+
```
16+
17+
## Properties
18+
19+
| Name | Description |
20+
| --- | --- |
21+
| [Zoom](../../groupdocs.conversion.options.convert/izoomconvertoptions/zoom) { get; set; } | Specifies the zoom level in percentage. Default is 100. |
22+
23+
### See Also
24+
25+
* namespace [GroupDocs.Conversion.Options.Convert](../../groupdocs.conversion.options.convert)
26+
* assembly [GroupDocs.Conversion](../../)
27+
28+
<!-- 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: Zoom
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Specifies the zoom level in percentage. Default is 100.
5+
type: docs
6+
weight: 10
7+
url: /net/groupdocs.conversion.options.convert/izoomconvertoptions/zoom/
8+
---
9+
## IZoomConvertOptions.Zoom property
10+
11+
Specifies the zoom level in percentage. Default is 100.
12+
13+
```csharp
14+
public int Zoom { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* interface [IZoomConvertOptions](../../izoomconvertoptions)
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/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: Options for conversion to Jpeg file type.
55
type: docs
6-
weight: 1750
6+
weight: 1760
77
url: /net/groupdocs.conversion.options.convert/jpegoptions/
88
---
99
## JpegOptions class

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

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

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

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

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

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

0 commit comments

Comments
 (0)