b24b9473 149a afa2 64da 5ce5062b5695 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Defines a value that contains the detailed information of a IWriter.
Namespace: iTin.Export.ComponentModel.Writer
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public struct WriterOptionsMetadata : IWriterOptions,
IEquatable<WriterOptionsMetadata>VB
Public Structure WriterOptionsMetadata
Implements IWriterOptions, IEquatable(Of WriterOptionsMetadata)The WriterOptionsMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
WriterOptionsMetadata | Initializes a new instance of the WriterOptionsMetadata struct. |
| Name | Description | |
|---|---|---|
![]() |
Author | Gets a value than identify to creator of writer. |
![]() |
Company | Gets a value than represents the name of the company that created the writer. |
![]() |
Description | Gets a value than represents the description of the writer. |
![]() |
Extension | Gets a value than represents extension output file created by writer. |
![]() |
Name | Gets a value than represents the name of the company that created the writer. |
![]() |
Version | Gets a value than represents the version of the writer. |
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | Determines whether the specified Object, is equal to this instance. (Overrides ValueType.Equals(Object).) |
![]() |
Equals(WriterOptionsMetadata) | Indicates whether the current object is equal to another object of the same type. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Returns a hash code for this instance. (Overrides ValueType.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a String that represents this instance. (Overrides ValueType.ToString().) |
| Name | Description | |
|---|---|---|
![]()
|
Equality | Implements the equality operator (==). |
![]()
|
Inequality | Implements the inequality operator (!=). |
[Missing documentation for "T:iTin.Export.ComponentModel.Writer.WriterOptionsMetadata"]



