DocumentImage.stride Property¶
Module: DocumentImage
Type: int
Definition¶
Stride in bytes.
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