TiffDataTypeCopyInstanceData Method
Copies the instance data into the cloned type.

Namespace: Aspose.PSD.FileFormats.Tiff
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
protected virtual void CopyInstanceData(
	TiffDataType clonedType
)

Parameters

clonedType
Type: Aspose.PSD.FileFormats.TiffTiffDataType
The cloned type.
See Also