Click or drag to resize

XmpFormatter Constructor (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.

Namespace:  Atalasoft.Annotate.Formatters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public XmpFormatter(
	Formatting formatting,
	int indentation,
	bool packet,
	bool skipUnknownObjects
)

Parameters

formatting
Type: System.XmlFormatting
Specifies formatting options for the XmlTextWriter.
indentation
Type: SystemInt32
The number of characters to use for indentation.
packet
Type: SystemBoolean
Indicates if the data should be formatted as an XMP packet.
skipUnknownObjects
Type: SystemBoolean
Indicates if the formatter should ignore unknown objects or raise an exception.
See Also