Discuss this help topic in SecureBlackbox Forum

TElPDFImage.Width

TElPDFImage     See also     


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


Specifies width of the image.

Declaration

[C#]
    int Width;

[VB.NET]
    Property Width As Integer

[Pascal]
    property Width : Integer;

[C++]
    int32_t get_Width();
    void set_Width(int32_t Value);

[PHP]
    integer get_Width()
    void set_Width(integer $Value)

[Java]
    int getWidth();
    void setWidth(int Value);

Description

    Use this property to specify image width.

See also:     Height    

Discuss this help topic in SecureBlackbox Forum