Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto.Height

TElOneDrivePhoto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The height of this image of this particular size.

Declaration

[C#]
    int Height;

[VB.NET]
    Property Height As Integer

[Pascal]
    property Height: integer;

[C++]
    int32_t get_Height();

[PHP]
    integer get_Height()

[Java]
    int getHeight();

Description

    Use this property to get the height, in pixels, of this image of this size.

See also:     Images     Width    

Discuss this help topic in SecureBlackbox Forum