Skip to content

Commit c7c67ce

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

File tree

101 files changed

+160
-102
lines changed

Some content is hidden

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

101 files changed

+160
-102
lines changed

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
@@ -75,6 +75,7 @@ The namespace provides classes to specify additional options for document conver
7575
| [IPageOrientationConvertOptions](./ipageorientationconvertoptions) | Represents convert options that support page orientation |
7676
| [IPageRangedConvertOptions](./ipagerangedconvertoptions) | Represents convert options that support conversion of specific list of pages |
7777
| [IPageSizeConvertOptions](./ipagesizeconvertoptions) | Represents convert options that support page size |
78+
| [IPasswordConvertOptions](./ipasswordconvertoptions) | Represents convert options that support password protection for converted documents. |
7879
| [IPdfRecognitionModeOptions](./ipdfrecognitionmodeoptions) | Represents convert options that control recognition mode when converting from PDF |
7980
| [IWatermarkedConvertOptions](./iwatermarkedconvertoptions) | Represents convert options that allow output of conversion to be watermarked |
8081
| [IZoomConvertOptions](./izoomconvertoptions) | Represents convert options that allows conversion to be performed with zoom options |

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: 1750
6+
weight: 1760
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: 1760
6+
weight: 1770
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: IPasswordConvertOptions
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Represents convert options that support password protection for converted documents.
5+
type: docs
6+
weight: 1720
7+
url: /net/groupdocs.conversion.options.convert/ipasswordconvertoptions/
8+
---
9+
## IPasswordConvertOptions interface
10+
11+
Represents convert options that support password protection for converted documents.
12+
13+
```csharp
14+
public interface IPasswordConvertOptions
15+
```
16+
17+
## Properties
18+
19+
| Name | Description |
20+
| --- | --- |
21+
| [Password](../../groupdocs.conversion.options.convert/ipasswordconvertoptions/password) { get; set; } | Set this property if you want to protect the converted document with a password. |
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: Password
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Set this property if you want to protect the converted document with a password.
5+
type: docs
6+
weight: 10
7+
url: /net/groupdocs.conversion.options.convert/ipasswordconvertoptions/password/
8+
---
9+
## IPasswordConvertOptions.Password property
10+
11+
Set this property if you want to protect the converted document with a password.
12+
13+
```csharp
14+
public string Password { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* interface [IPasswordConvertOptions](../../ipasswordconvertoptions)
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/ipdfrecognitionmodeoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IPdfRecognitionModeOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Represents convert options that control recognition mode when converting from PDF
55
type: docs
6-
weight: 1720
6+
weight: 1730
77
url: /net/groupdocs.conversion.options.convert/ipdfrecognitionmodeoptions/
88
---
99
## IPdfRecognitionModeOptions interface

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IWatermarkedConvertOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Represents convert options that allow output of conversion to be watermarked
55
type: docs
6-
weight: 1730
6+
weight: 1740
77
url: /net/groupdocs.conversion.options.convert/iwatermarkedconvertoptions/
88
---
99
## IWatermarkedConvertOptions interface

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IZoomConvertOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Represents convert options that allows conversion to be performed with zoom options
55
type: docs
6-
weight: 1740
6+
weight: 1750
77
url: /net/groupdocs.conversion.options.convert/izoomconvertoptions/
88
---
99
## IZoomConvertOptions interface

content/sites/groupdocs/conversion/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: 1770
6+
weight: 1780
77
url: /net/groupdocs.conversion.options.convert/jpegoptions/
88
---
99
## JpegOptions class

content/sites/groupdocs/conversion/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: 1780
6+
weight: 1790
77
url: /net/groupdocs.conversion.options.convert/jpgcolormodes/
88
---
99
## JpgColorModes class

0 commit comments

Comments
 (0)