DocumentImage.width Property¶
Module: DocumentImage
Type: int
Definition¶
Width in pixels.
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