Skip to content

Commit 2429815

Browse files
chore: sync markdown files from source repo
1 parent 8309728 commit 2429815

4 files changed

Lines changed: 48 additions & 9 deletions

File tree

content/sites/groupdocs/markdown/english/net/groupdocs.markdown/documentconverteroptions/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ public class DocumentConverterOptions : LoadOptions
2828
| [FileFormat](../../groupdocs.markdown/loadoptions/fileformat) { get; } | Gets the exact type of the file that is to be loaded. The default value is Unknown which means that the type should be detected automatically. |
2929
| [ImageExportStrategy](../../groupdocs.markdown/documentconverteroptions/imageexportstrategy) { getset; } | Gets or sets the strategy for handling image export during document conversion. |
3030
| [MimeType](../../groupdocs.markdown/loadoptions/mimetype) { getset; } | Gets or sets the MIME type of the stream. |
31+
| [PageNumbers](../../groupdocs.markdown/documentconverteroptions/pagenumbers) { getset; } | Gets or sets an array of page numbers to convert. Start by 0. |
3132
| [Password](../../groupdocs.markdown/loadoptions/password) { getset; } | Gets or sets the password for opening an encrypted document. |
33+
| [WorksheetNumbers](../../groupdocs.markdown/documentconverteroptions/worksheetnumbers) { getset; } | Gets or sets an array of worksheet numbers to convert. Start by 0. |
3234

3335
### Remarks
3436

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: PageNumbers
3+
second_title: GroupDocs.Markdown for .NET API Reference
4+
description: Gets or sets an array of page numbers to convert. Start by 0.
5+
type: docs
6+
weight: 30
7+
url: /net/groupdocs.markdown/documentconverteroptions/pagenumbers/
8+
---
9+
## DocumentConverterOptions.PageNumbers property
10+
11+
Gets or sets an array of page numbers to convert. Start by 0.
12+
13+
```csharp
14+
public int[] PageNumbers { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [DocumentConverterOptions](../../documentconverteroptions)
20+
* namespace [GroupDocs.Markdown](../../../groupdocs.markdown)
21+
* assembly [GroupDocs.Markdown](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: WorksheetNumbers
3+
second_title: GroupDocs.Markdown for .NET API Reference
4+
description: Gets or sets an array of worksheet numbers to convert. Start by 0.
5+
type: docs
6+
weight: 40
7+
url: /net/groupdocs.markdown/documentconverteroptions/worksheetnumbers/
8+
---
9+
## DocumentConverterOptions.WorksheetNumbers property
10+
11+
Gets or sets an array of worksheet numbers to convert. Start by 0.
12+
13+
```csharp
14+
public int[] WorksheetNumbers { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [DocumentConverterOptions](../../documentconverteroptions)
20+
* namespace [GroupDocs.Markdown](../../../groupdocs.markdown)
21+
* assembly [GroupDocs.Markdown](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Markdown.dll -->

content/sites/groupdocs/markdown/english/net/groupdocs.markdown/loadoptions/_index.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ public class LoadOptions
3030
| [MimeType](../../groupdocs.markdown/loadoptions/mimetype) { getset; } | Gets or sets the MIME type of the stream. |
3131
| [Password](../../groupdocs.markdown/loadoptions/password) { getset; } | Gets or sets the password for opening an encrypted document. |
3232

33-
### Remarks
34-
35-
**Learn more**
36-
37-
* [Load from a local disk](https://docs.groupdocs.com/display/markdownnet/Load+from+a+local+disk)
38-
* [Load from a stream](https://docs.groupdocs.com/display/markdownnet/Load+from+a+stream)
39-
* [Load a file of a specific format](https://docs.groupdocs.com/display/markdownnet/Load+a+file+of+a+specific+format)
40-
* [Load a password-protected document](https://docs.groupdocs.com/display/markdownnet/Load+a+password-protected+document)
41-
4233
### Examples
4334

4435
The following example shows how to create a StreamInfo instance with file extension:

0 commit comments

Comments
 (0)