Skip to content

Commit 7fe0fe3

Browse files
chore: sync markdown files from source repo
1 parent 3f68935 commit 7fe0fe3

3 files changed

Lines changed: 3 additions & 27 deletions

File tree

  • content/sites/groupdocs/markdown/english/net/groupdocs.markdown/documentconverteroptions

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ 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. |
31+
| [PageNumbers](../../groupdocs.markdown/documentconverteroptions/pagenumbers) { getset; } | Gets or sets an array of page or worksheet numbers to convert. Numbering starts from 1. |
3232
| [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. |
3433

3534
### Remarks
3635

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: PageNumbers
33
second_title: GroupDocs.Markdown for .NET API Reference
4-
description: Gets or sets an array of page numbers to convert. Start by 0.
4+
description: Gets or sets an array of page or worksheet numbers to convert. Numbering starts from 1.
55
type: docs
66
weight: 30
77
url: /net/groupdocs.markdown/documentconverteroptions/pagenumbers/
88
---
99
## DocumentConverterOptions.PageNumbers property
1010

11-
Gets or sets an array of page numbers to convert. Start by 0.
11+
Gets or sets an array of page or worksheet numbers to convert. Numbering starts from 1.
1212

1313
```csharp
1414
public int[] PageNumbers { get; set; }

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

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)