Skip to content

Commit a9e4af2

Browse files
Update file(s) "/." from "groupdocs-conversion/Groupdocs.Conversion-References"
1 parent 33f7e8a commit a9e4af2

84 files changed

Lines changed: 236 additions & 77 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/groupdocs.conversion.options.load/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The namespace provides classes to specify additional options for document loadin
1212

1313
| Class | Description |
1414
| --- | --- |
15+
| [AttachmentIcon](./attachmenticon) | Represents an attachment icon configuration for email attachments. |
1516
| [AudioLoadOptions](./audioloadoptions) | Options for loading audio documents. |
1617
| [BaseImageLoadOptions](./baseimageloadoptions) | Options for loading Image documents. |
1718
| [CadDrawTypeMode](./caddrawtypemode) | Represents possible modes for colorization of objects. |
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: AttachmentIcon
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Represents an attachment icon configuration for email attachments.
5+
type: docs
6+
weight: 2300
7+
url: /net/groupdocs.conversion.options.load/attachmenticon/
8+
---
9+
## AttachmentIcon class
10+
11+
Represents an attachment icon configuration for email attachments.
12+
13+
```csharp
14+
public class AttachmentIcon
15+
```
16+
17+
## Constructors
18+
19+
| Name | Description |
20+
| --- | --- |
21+
| [AttachmentIcon](attachmenticon)(string, byte[]) | Initializes a new instance of the [`AttachmentIcon`](../attachmenticon) class. |
22+
23+
## Properties
24+
25+
| Name | Description |
26+
| --- | --- |
27+
| [FileExtension](../../groupdocs.conversion.options.load/attachmenticon/fileextension) { get; } | Gets or sets the file extension (e.g., ".pdf", ".docx"). |
28+
| [IconData](../../groupdocs.conversion.options.load/attachmenticon/icondata) { get; } | Gets or sets the icon data as byte array. |
29+
30+
### See Also
31+
32+
* namespace [GroupDocs.Conversion.Options.Load](../../groupdocs.conversion.options.load)
33+
* assembly [GroupDocs.Conversion](../../)
34+
35+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: AttachmentIcon
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Initializes a new instance of the AttachmentIcongroupdocs.conversion.options.load/attachmenticon class.
5+
type: docs
6+
weight: 10
7+
url: /net/groupdocs.conversion.options.load/attachmenticon/attachmenticon/
8+
---
9+
## AttachmentIcon constructor
10+
11+
Initializes a new instance of the [`AttachmentIcon`](../../attachmenticon) class.
12+
13+
```csharp
14+
public AttachmentIcon(string fileExtension, byte[] iconData)
15+
```
16+
17+
| Parameter | Type | Description |
18+
| --- | --- | --- |
19+
| fileExtension | String | The file extension. |
20+
| iconData | Byte[] | The icon data as byte array. |
21+
22+
### See Also
23+
24+
* class [AttachmentIcon](../../attachmenticon)
25+
* namespace [GroupDocs.Conversion.Options.Load](../../../groupdocs.conversion.options.load)
26+
* assembly [GroupDocs.Conversion](../../../)
27+
28+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: FileExtension
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Gets or sets the file extension e.g. .pdf .docx.
5+
type: docs
6+
weight: 20
7+
url: /net/groupdocs.conversion.options.load/attachmenticon/fileextension/
8+
---
9+
## AttachmentIcon.FileExtension property
10+
11+
Gets or sets the file extension (e.g., ".pdf", ".docx").
12+
13+
```csharp
14+
public string FileExtension { get; }
15+
```
16+
17+
### See Also
18+
19+
* class [AttachmentIcon](../../attachmenticon)
20+
* namespace [GroupDocs.Conversion.Options.Load](../../../groupdocs.conversion.options.load)
21+
* assembly [GroupDocs.Conversion](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: IconData
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Gets or sets the icon data as byte array.
5+
type: docs
6+
weight: 30
7+
url: /net/groupdocs.conversion.options.load/attachmenticon/icondata/
8+
---
9+
## AttachmentIcon.IconData property
10+
11+
Gets or sets the icon data as byte array.
12+
13+
```csharp
14+
public byte[] IconData { get; }
15+
```
16+
17+
### See Also
18+
19+
* class [AttachmentIcon](../../attachmenticon)
20+
* namespace [GroupDocs.Conversion.Options.Load](../../../groupdocs.conversion.options.load)
21+
* assembly [GroupDocs.Conversion](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/audioloadoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: AudioLoadOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Options for loading audio documents.
55
type: docs
6-
weight: 2300
6+
weight: 2310
77
url: /net/groupdocs.conversion.options.load/audioloadoptions/
88
---
99
## AudioLoadOptions class

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/baseimageloadoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BaseImageLoadOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Options for loading Image documents.
55
type: docs
6-
weight: 2310
6+
weight: 2320
77
url: /net/groupdocs.conversion.options.load/baseimageloadoptions/
88
---
99
## BaseImageLoadOptions class

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/caddrawtypemode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CadDrawTypeMode
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Represents possible modes for colorization of objects.
55
type: docs
6-
weight: 2320
6+
weight: 2330
77
url: /net/groupdocs.conversion.options.load/caddrawtypemode/
88
---
99
## CadDrawTypeMode class

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/cadloadoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CadLoadOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Options for loading CAD documents.
55
type: docs
6-
weight: 2330
6+
weight: 2340
77
url: /net/groupdocs.conversion.options.load/cadloadoptions/
88
---
99
## CadLoadOptions class

content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/compressionloadoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CompressionLoadOptions
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Options for loading compression documents.
55
type: docs
6-
weight: 2340
6+
weight: 2350
77
url: /net/groupdocs.conversion.options.load/compressionloadoptions/
88
---
99
## CompressionLoadOptions class

0 commit comments

Comments
 (0)