Click or drag to resize

JoltXmpFormatter Constructor (Formatting, Int32, Boolean, PointF)

Creates a new instance of JoltXmpFormatter with the specified property values.

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 JoltXmpFormatter(
	Formatting formatting,
	int indentation,
	bool packet,
	PointF resolution
)

Parameters

formatting
Type: System.XmlFormatting
Indicates how the XML will be formatted.
indentation
Type: SystemInt32
The number of spaces for indenting.
packet
Type: SystemBoolean
Indicates whether to generate an XMP packet. This is required when the data is embedded into an image.
resolution
Type: System.DrawingPointF
The resolution of the annotation data.
See Also