Skip to content

Commit cbc174d

Browse files
Update file(s) "/." from "groupdocs-conversion/Groupdocs.Conversion-References"
1 parent 1974f72 commit cbc174d

148 files changed

Lines changed: 465 additions & 159 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/_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: "24.12"
8+
version: "25.1"
99
---
1010

1111
## Namespaces

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.exceptions/groupdocsconversionexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class GroupDocsConversionException : Exception
2020
| --- | --- |
2121
| [GroupDocsConversionException](groupdocsconversionexception#constructor)() | Default constructor |
2222
| [GroupDocsConversionException](groupdocsconversionexception#constructor_1)(string) | Creates an exception with a specific message |
23-
| [GroupDocsConversionException](groupdocsconversionexception#constructor_2)(stringException) | Create an exception with a specific message and propagate the inner exception |
23+
| [GroupDocsConversionException](groupdocsconversionexception#constructor_2)(stringException) | Creates an exception with a specific message and propagates the inner exception |
2424

2525
### See Also
2626

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.exceptions/groupdocsconversionexception/groupdocsconversionexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public GroupDocsConversionException(string message)
4444

4545
## GroupDocsConversionException(string, Exception) {#constructor_2}
4646

47-
Create an exception with a specific message and propagate the inner exception
47+
Creates an exception with a specific message and propagates the inner exception
4848

4949
```csharp
5050
public GroupDocsConversionException(string message, Exception exception)

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.fluent/iconversionbypagecompleted/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public interface IConversionByPageCompleted
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [OnConversionCompleted](../../groupdocs.conversion.fluent/iconversionbypagecompleted/onconversioncompleted#onconversioncompleted)(Action<ConvertedPageContext>) | Receive converted page stream. Will be fired only if "ConvertTo(convertedStreamProvider)" is set. |
21+
| [OnConversionCompleted](../../groupdocs.conversion.fluent/iconversionbypagecompleted/onconversioncompleted)(Action<ConvertedPageContext>) | Receive converted page stream. Will be fired only if "ConvertTo(convertedStreamProvider)" is set. |
2222

2323
### See Also
2424

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.fluent/iconversioncompleted/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public interface IConversionCompleted
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [OnConversionCompleted](../../groupdocs.conversion.fluent/iconversioncompleted/onconversioncompleted#onconversioncompleted)(Action<ConvertedContext>) | Receive converted document stream. Will be fired only if "ConvertTo(string fileName)" or ConvertTo(convertedStreamProvider)" is set. |
21+
| [OnConversionCompleted](../../groupdocs.conversion.fluent/iconversioncompleted/onconversioncompleted)(Action<ConvertedContext>) | Receive converted document stream. Will be fired only if "ConvertTo(string fileName)" or ConvertTo(convertedStreamProvider)" is set. |
2222

2323
### See Also
2424

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.fluent/iconversionloadoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public interface IConversionLoadOptions
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [WithOptions](../../groupdocs.conversion.fluent/iconversionloadoptions/withoptions#withoptions_3)(Func<LoadContextLoadOptions>) | Provide load options for the document currently being loading |
21+
| [WithOptions](../../groupdocs.conversion.fluent/iconversionloadoptions/withoptions#withoptions_1)(Func<LoadContextLoadOptions>) | Provide load options for the document currently being loading |
2222
| [WithOptions](../../groupdocs.conversion.fluent/iconversionloadoptions/withoptions#withoptions)(LoadOptions) | Set load options |
2323

2424
### See Also

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.fluent/iconversionloadoptions/withoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public IConversionSourceDocumentLoaded WithOptions(LoadOptions loadOptions)
2828

2929
---
3030

31-
## WithOptions(Func<LoadContext, LoadOptions>) {#withoptions_3}
31+
## WithOptions(Func<LoadContext, LoadOptions>) {#withoptions_1}
3232

3333
Provide load options for the document currently being loading
3434

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.fluent/iconversionto/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ public interface IConversionTo
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [ConvertByPageTo](../../groupdocs.conversion.fluent/iconversionto/convertbypageto#convertbypageto)(Func<SavePageContextStream>) | Save converted page as stream |
22-
| [ConvertTo](../../groupdocs.conversion.fluent/iconversionto/convertto#convertto_2)(Func<SaveContextStream>) | Save converted document as stream |
23-
| [ConvertTo](../../groupdocs.conversion.fluent/iconversionto/convertto#convertto_3)(string) | Save converted document as file |
21+
| [ConvertByPageTo](../../groupdocs.conversion.fluent/iconversionto/convertbypageto)(Func<SavePageContextStream>) | Save converted page as stream |
22+
| [ConvertTo](../../groupdocs.conversion.fluent/iconversionto/convertto#convertto)(Func<SaveContextStream>) | Save converted document as stream |
23+
| [ConvertTo](../../groupdocs.conversion.fluent/iconversionto/convertto#convertto_1)(string) | Save converted document as file |
2424

2525
### See Also
2626

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.fluent/iconversionto/convertto/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: docs
66
weight: 20
77
url: /net/groupdocs.conversion.fluent/iconversionto/convertto/
88
---
9-
## ConvertTo(string) {#convertto_3}
9+
## ConvertTo(string) {#convertto_1}
1010

1111
Save converted document as file
1212

@@ -31,7 +31,7 @@ Interface to continue conversion building
3131

3232
---
3333

34-
## ConvertTo(Func<SaveContext, Stream>) {#convertto_2}
34+
## ConvertTo(Func<SaveContext, Stream>) {#convertto}
3535

3636
Save converted document as stream
3737

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.integration.video/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The namespace provides interfaces and classes, required for video conversion sup
1212

1313
| Interface | Description |
1414
| --- | --- |
15+
| [IPresentationVideoConnector](./ipresentationvideoconnector) | Defines methods that are required to convert presentation documents to video. |
1516
| [IVideoConnector](./ivideoconnector) | Defines methods that are required to convert video documents. |
1617

1718
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->

0 commit comments

Comments
 (0)