Skip to content

Commit 13342f1

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

File tree

2 files changed

+35
-1
lines changed
  • content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/attachmenticon

2 files changed

+35
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ url: /net/groupdocs.conversion.options.load/attachmenticon/
1111
Represents an attachment icon configuration for email attachments.
1212

1313
```csharp
14-
public class AttachmentIcon
14+
public class AttachmentIcon : ISerializable
1515
```
1616

1717
## Constructors
@@ -27,6 +27,12 @@ public class AttachmentIcon
2727
| [FileExtension](../../groupdocs.conversion.options.load/attachmenticon/fileextension) { get; } | Gets or sets the file extension (e.g., ".pdf", ".docx"). |
2828
| [IconData](../../groupdocs.conversion.options.load/attachmenticon/icondata) { get; } | Gets or sets the icon data as byte array. |
2929

30+
## Methods
31+
32+
| Name | Description |
33+
| --- | --- |
34+
| [GetObjectData](../../groupdocs.conversion.options.load/attachmenticon/getobjectdata)(SerializationInfoStreamingContext) | Implements ISerializable.GetObjectData. |
35+
3036
### See Also
3137

3238
* namespace [GroupDocs.Conversion.Options.Load](../../groupdocs.conversion.options.load)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: GetObjectData
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Implements ISerializable.GetObjectData.
5+
type: docs
6+
weight: 40
7+
url: /net/groupdocs.conversion.options.load/attachmenticon/getobjectdata/
8+
---
9+
## AttachmentIcon.GetObjectData method
10+
11+
Implements ISerializable.GetObjectData.
12+
13+
```csharp
14+
public void GetObjectData(SerializationInfo info, StreamingContext context)
15+
```
16+
17+
| Parameter | Type | Description |
18+
| --- | --- | --- |
19+
| info | SerializationInfo | The SerializationInfo. |
20+
| context | StreamingContext | The StreamingContext. |
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 -->

0 commit comments

Comments
 (0)