File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed
content/sites/groupdocs/conversion/english/net/groupdocs.conversion.options.load/attachmenticon Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ url: /net/groupdocs.conversion.options.load/attachmenticon/
1111Represents 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 )(SerializationInfo , StreamingContext ) | Implements ISerializable .GetObjectData . |
35+
3036### See Also
3137
3238* namespace [GroupDocs .Conversion .Options .Load ](.. / .. / groupdocs .conversion .options .load )
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments