DocumentImage.flipTo Method¶
Module: DocumentImage
Definition¶
Flips the image.
flip_to(self, flip_horizontally: bool, flip_vertically: bool, dst_document_image: DocumentImage) -> None
Parameters
flip_horizontallyboolin Value indicating whether the image should be flipped horizontally.flip_verticallyboolin Value indicating whether the image should be flipped vertically.dst_document_imageDocumentImagein The destination Image object that receives the flipped image.
Exceptions
An error has occurred during Document Library execution.
void flipTo(bool flipHorizontally, bool flipVertically, DocumentImage dstDocumentImage)
Parameters
flipHorizontallyboolin Value indicating whether the image should be flipped horizontally.flipVerticallyboolin Value indicating whether the image should be flipped vertically.dstDocumentImageDocumentImagein The destination Image object that receives the flipped image.
Exceptions
An error has occurred during Document Library execution.
public void FlipTo(bool flipHorizontally, bool flipVertically, DocumentImage dstDocumentImage)
Parameters
flipHorizontallyboolin Value indicating whether the image should be flipped horizontally.flipVerticallyboolin Value indicating whether the image should be flipped vertically.dstDocumentImageDocumentImagein The destination Image object that receives the flipped image.
Exceptions
An error has occurred during Document Library execution.
public void flipTo(boolean flipHorizontally, boolean flipVertically, DocumentImage dstDocumentImage) throws DocumentException
Parameters
flipHorizontallybooleanin Value indicating whether the image should be flipped horizontally.flipVerticallybooleanin Value indicating whether the image should be flipped vertically.dstDocumentImageDocumentImagein The destination Image object that receives the flipped image.
Exceptions
An error has occurred during Document Library execution.
public func flipTo(flipHorizontally: Bool, flipVertically: Bool, dstDocumentImage: DocumentImage) throws
Parameters
flipHorizontallyBoolin Value indicating whether the image should be flipped horizontally.flipVerticallyBoolin Value indicating whether the image should be flipped vertically.dstDocumentImageDocumentImagein The destination Image object that receives the flipped image.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentImage_FlipTo (
ID3_DOCUMENT_IMAGE hDocumentImage,
bool flipHorizontally,
bool flipVertically,
ID3_DOCUMENT_IMAGE hDstDocumentImage)
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.hDstDocumentImageID3_DOCUMENT_IMAGEin The destination Image object that receives the flipped image.
Returns