DocumentImage.pixelDepth Property

Module: DocumentImage

Type: int

Definition

Pixel depth.

pixel_depth: int

Exceptions

An error has occurred during Document Library execution.
int get pixelDepth => getPixelDepth();

Exceptions

An error has occurred during Document Library execution.
public int pixelDepth
{
    get => GetpixelDepth();
}

Exceptions

An error has occurred during Document Library execution.
public int getPixelDepth() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var pixelDepth: Int
    get {
        return Int(try! getPixelDepth())
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentImage_GetPixelDepth (ID3_DOCUMENT_IMAGE hDocumentImage, int * pixelDepth)

Returns

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