DocumentImage.flip Method¶
Module: DocumentImage
Definition¶
Flips the image in-place.
flip(self, flip_horizontally: bool, flip_vertically: bool) -> None
Parameters
flip_horizontallyboolin Value indicating whether the image should be flipped horizontally.flip_verticallyboolin Value indicating whether the image should be flipped vertically.
Exceptions
An error has occurred during Document Library execution.
void flip(bool flipHorizontally, bool flipVertically)
Parameters
flipHorizontallyboolin Value indicating whether the image should be flipped horizontally.flipVerticallyboolin Value indicating whether the image should be flipped vertically.
Exceptions
An error has occurred during Document Library execution.
public void Flip(bool flipHorizontally, bool flipVertically)
Parameters
flipHorizontallyboolin Value indicating whether the image should be flipped horizontally.flipVerticallyboolin Value indicating whether the image should be flipped vertically.
Exceptions
An error has occurred during Document Library execution.
public void flip(boolean flipHorizontally, boolean flipVertically) throws DocumentException
Parameters
flipHorizontallybooleanin Value indicating whether the image should be flipped horizontally.flipVerticallybooleanin Value indicating whether the image should be flipped vertically.
Exceptions
An error has occurred during Document Library execution.
public func flip(flipHorizontally: Bool, flipVertically: Bool) throws
Parameters
flipHorizontallyBoolin Value indicating whether the image should be flipped horizontally.flipVerticallyBoolin Value indicating whether the image should be flipped vertically.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentImage_Flip (
ID3_DOCUMENT_IMAGE hDocumentImage,
bool flipHorizontally,
bool flipVertically)
Parameters
hDocumentImageID3_DOCUMENT_IMAGEin Handle to the DocumentImage object.flipHorizontallyboolin Value indicating whether the image should be flipped horizontally.flipVerticallyboolin Value indicating whether the image should be flipped vertically.
Returns