DocumentImage.width Property

Module: DocumentImage

Type: int

Definition

Width in pixels.

width: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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