Click or drag to resize

DocumentViewerGetTemporaryXmpFileName Method

Returns the temorary filename used by the DocumentAnnotationViewer to store XMP annotation data.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected string GetTemporaryXmpFileName(
	int index
)

Parameters

index
Type: SystemInt32
The index of the image.

Return Value

Type: String
The filename used to store XMP annotation data.
Remarks
A temporary filename is generated for each image, but the file may not exist if the image does not have any annotations.
See Also