XmpFormatter Class |
Namespace: Atalasoft.Annotate.Formatters
The XmpFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
| XmpFormatter | Creates a new instance of XmpFormatter. | |
| XmpFormatter(Formatting, Int32, Boolean, Boolean) | Creates a new instance of XmpFormatter specifying formatting, indentation, whether or not
data should be formatted as an XMP packet and whether to SkipUnknownObjects. | |
| XmpFormatter(Formatting, Int32, Boolean, Boolean, PointF) | Creates a new instance of XmpFormatter specifying formatting, indentation, whether or not
data should be formatted as an XMP packet, whether to SkipUnknownObjects, and a resolution.
| |
| XmpFormatter(Formatting, Int32, Encoding, Boolean, Boolean, PointF) | Creates a new instance of XmpFormatter specifying formatting, indentation, encoding,
whether or not data should be formatted as an XMP packet, whether to SkipUnknownObjects, and a
resolution. |
| Name | Description | |
|---|---|---|
| AnnotationDataVersion | Gets the annotation version | |
| Binder |
Gets or sets the SerializationBinder that performs type lookups during deserialization.
| |
| Context | Gets or sets the StreamingContext used for serialization
and deserialization. | |
| CreateXmpPacket |
Gets or sets a value indicating whether full XMP is generated or an XMP
packet.
| |
| Encoding | Gets or sets the System.Text.Encoding to use when serializing the annotation data.
| |
| Formatting | Gets or sets the type of XML formatting used when serializing data. | |
| Indentation | Gets or sets the number of spaces to indent the data when serializing. | |
| Resolution | Gets or sets the resolution of the annotation data. | |
| SkipUnknownObjects |
Gets or sets a value indicating whether objects that cannot be created are
skipped instead of throwing an exception.
| |
| SurrogateSelector |
Gets or sets the SurrogateSelector used by the current formatter.
|
| Name | Description | |
|---|---|---|
| Deserialize | Deserializes XMP data back into the original objects. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Serialize | Serializes an object into XMP data. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |