Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhotoImage.ImageType

TElOneDrivePhotoImage     See also     


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


Specifies the type of this image.

Declaration

[C#]
    string ImageType;

[VB.NET]
    Property ImageType As String

[Pascal]
    property ImageType: string;

[C++]
    void get_ImageType(std::string &OutResult);

[PHP]
    string get_ImageType()

[Java]
    String getImageType();

Description

    Use this property to get the type of this image (resolution): full, normal, album or small.

See also:     Height     Width    

Discuss this help topic in SecureBlackbox Forum