ImageBuffer.clone Method

Module: ImageBuffer

Definition

Clones the ImageBuffer object.

clone(self) -> ImageBuffer

Returns

The newly created image buffer.

Exceptions

An error has occurred during Document Library execution.
ImageBuffer clone()

Returns

The newly created image buffer.

Exceptions

An error has occurred during Document Library execution.
public ImageBuffer Clone()

Returns

The newly created image buffer.

Exceptions

An error has occurred during Document Library execution.
public ImageBuffer clone() throws DocumentException

Returns

The newly created image buffer.

Exceptions

An error has occurred during Document Library execution.
public func clone() throws -> ImageBuffer

Returns

The newly created image buffer.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentImageBuffer_CopyTo (
    ID3_DOCUMENT_IMAGE_BUFFER hImageBuffer,
    ID3_DOCUMENT_IMAGE_BUFFER hImageBufferDst)

Parameters

in Handle to the ImageBuffer object.

out The newly created image buffer.

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.