Discuss this help topic in SecureBlackbox Forum

TElPDFImage.Height

TElPDFImage     See also     


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


Specifies height of the image.

Declaration

[C#]
    int Height;

[VB.NET]
    Property Height As Integer

[Pascal]
    property Height : Integer;

[C++]
    int32_t get_Height();
    void set_Height(int32_t Value);

[PHP]
    integer get_Height()
    void set_Height(integer $Value)

[Java]
    int getHeight();
    void setHeight(int Value);

Description

    Use this property to specify image height

See also:     Width    

Discuss this help topic in SecureBlackbox Forum