DocumentImage.transpose Method¶
Module: DocumentImage
Definition¶
Transposes the image object.
transpose(self) -> None
Exceptions
An error has occurred during Document Library execution.
void transpose()
Exceptions
An error has occurred during Document Library execution.
public void Transpose()
Exceptions
An error has occurred during Document Library execution.
public void transpose() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public func transpose() throws
Exceptions
An error has occurred during Document Library execution.
int id3DocumentImage_Transpose (
ID3_DOCUMENT_IMAGE hDocumentImage)
Parameters
hDocumentImage
ID3_DOCUMENT_IMAGEin Handle to the DocumentImage object.
Returns