Skip to content

Commit ab0b6e8

Browse files
Update file(s) "/." from "groupdocs-comparison/Groupdocs.Comparison-References"
1 parent 96b53a3 commit ab0b6e8

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/loadoptions/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public class LoadOptions
2424

2525
| Name | Description |
2626
| --- | --- |
27+
| [FileType](../../groupdocs.comparison.options/loadoptions/filetype) { get; set; } | Manually set the file type for comparison to override automatic file type detection. |
2728
| [FontDirectories](../../groupdocs.comparison.options/loadoptions/fontdirectories) { getset; } | List of font directories to load. |
2829
| [LoadText](../../groupdocs.comparison.options/loadoptions/loadtext) { getset; } | Indicates that the strings passed are comparison text, not file paths (For Text Comparison only). |
2930
| [Password](../../groupdocs.comparison.options/loadoptions/password) { getset; } | Password of document. |
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: FileType
3+
second_title: GroupDocs.Comparison for .NET API Reference
4+
description: Manually set the file type for comparison to override automatic file type detection.
5+
type: docs
6+
weight: 20
7+
url: /net/groupdocs.comparison.options/loadoptions/filetype/
8+
---
9+
## LoadOptions.FileType property
10+
11+
Manually set the file type for comparison to override automatic file type detection.
12+
13+
```csharp
14+
public FileType FileType { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [FileType](../../../groupdocs.comparison.result/filetype)
20+
* class [LoadOptions](../../loadoptions)
21+
* namespace [GroupDocs.Comparison.Options](../../../groupdocs.comparison.options)
22+
* assembly [GroupDocs.Comparison](../../../)
23+
24+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Comparison.dll -->

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/loadoptions/fontdirectories/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FontDirectories
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: List of font directories to load.
55
type: docs
6-
weight: 20
6+
weight: 30
77
url: /net/groupdocs.comparison.options/loadoptions/fontdirectories/
88
---
99
## LoadOptions.FontDirectories property

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/loadoptions/loadtext/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LoadText
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Indicates that the strings passed are comparison text not file paths For Text Comparison only.
55
type: docs
6-
weight: 30
6+
weight: 40
77
url: /net/groupdocs.comparison.options/loadoptions/loadtext/
88
---
99
## LoadOptions.LoadText property

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/loadoptions/password/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Password
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Password of document.
55
type: docs
6-
weight: 40
6+
weight: 50
77
url: /net/groupdocs.comparison.options/loadoptions/password/
88
---
99
## LoadOptions.Password property

0 commit comments

Comments
 (0)