| TiffDataTypeCopyInstanceData Method |
Copies the instance data into the cloned type.
Namespace: Aspose.PSD.FileFormats.TiffAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxprotected virtual void CopyInstanceData(
TiffDataType clonedType
)
Protected Overridable Sub CopyInstanceData (
clonedType As TiffDataType
)
protected:
virtual void CopyInstanceData(
TiffDataType^ clonedType
)
abstract CopyInstanceData :
clonedType : TiffDataType -> unit
override CopyInstanceData :
clonedType : TiffDataType -> unit Parameters
- clonedType
- Type: Aspose.PSD.FileFormats.TiffTiffDataType
The cloned type.
See Also