Discuss this help topic in SecureBlackbox Forum

TElPDFPageInfo.Width

TElPDFPageInfo     See also     


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


Specifies width of the page.

Declaration

[C#]
    int Width;

[VB.NET]
    Property Width As Integer

[Pascal]
    property Width : Integer;

[C++]
    int32_t get_Width();

[PHP]
    integer get_Width()

[Java]
    int getWidth();

Description

    Use this property to specify page width.

See also:     Height    

Discuss this help topic in SecureBlackbox Forum