File tree Expand file tree Collapse file tree
content/sites/groupdocs/markdown/english/net/groupdocs.markdown Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) { get ; set ; } | Gets or sets the strategy for handling image export during document conversion. |
3030| [MimeType](.. / .. / groupdocs .markdown / loadoptions / mimetype ) { get ; set ; } | Gets or sets the MIME type of the stream . |
31+ | [PageNumbers ](.. / .. / groupdocs .markdown / documentconverteroptions / pagenumbers ) { get ; set ; } | Gets or sets an array of page numbers to convert . Start by 0 . |
3132| [Password ](.. / .. / groupdocs .markdown / loadoptions / password ) { get ; set ; } | Gets or sets the password for opening an encrypted document. |
33+ | [WorksheetNumbers](.. / .. / groupdocs .markdown / documentconverteroptions / worksheetnumbers ) { get ; set ; } | Gets or sets an array of worksheet numbers to convert . Start by 0 . |
3234
3335### Remarks
3436
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change @@ -30,15 +30,6 @@ public class LoadOptions
3030| [MimeType ](.. / .. / groupdocs .markdown / loadoptions / mimetype ) { get ; set ; } | Gets or sets the MIME type of the stream . |
3131| [Password ](.. / .. / groupdocs .markdown / loadoptions / password ) { get ; set ; } | 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
4435The following example shows how to create a StreamInfo instance with file extension:
You can’t perform that action at this time.
0 commit comments