DocumentImage.pixelFormat Property

Module: DocumentImage

Type: PixelFormat

Definition

Pixel format.

pixel_format: PixelFormat

Exceptions

An error has occurred during Document Library execution.
PixelFormat get pixelFormat => getPixelFormat();

Exceptions

An error has occurred during Document Library execution.
public PixelFormat pixelFormat
{
    get => GetpixelFormat();
}

Exceptions

An error has occurred during Document Library execution.
public PixelFormat getPixelFormat() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var pixelFormat: PixelFormat
    get {
        return try! getPixelFormat()
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentImage_GetPixelFormat (ID3_DOCUMENT_IMAGE hDocumentImage, id3DocumentPixelFormat * ePixelFormat)

Returns

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