DocumentImage.stride Property

Module: DocumentImage

Type: int

Definition

Stride in bytes.

stride: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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