Click or drag to resize

XmpFormatter Properties

The XmpFormatter type exposes the following members.

Properties
  NameDescription
Public propertyAnnotationDataVersion
Gets the annotation version
Public propertyBinder
Gets or sets the SerializationBinder that performs type lookups during deserialization.
Public propertyContext
Gets or sets the StreamingContext used for serialization and deserialization.
Public propertyCreateXmpPacket
Gets or sets a value indicating whether full XMP is generated or an XMP packet.
Public propertyEncoding
Gets or sets the System.Text.Encoding to use when serializing the annotation data.
Public propertyFormatting
Gets or sets the type of XML formatting used when serializing data.
Public propertyIndentation
Gets or sets the number of spaces to indent the data when serializing.
Public propertyResolution
Gets or sets the resolution of the annotation data.
Public propertySkipUnknownObjects
Gets or sets a value indicating whether objects that cannot be created are skipped instead of throwing an exception.
Public propertySurrogateSelector
Gets or sets the SurrogateSelector used by the current formatter.
Top
See Also