Discuss this help topic in SecureBlackbox Forum

TElPDFPageInfo.MediaLLX

TElPDFPageInfo     See also     


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


Defines the X coordinate of the lower left corner of the media box.

Declaration

[C#]
    double MediaLLX;

[VB.NET]
    Property MediaLLX As Double

[Pascal]
    property MediaLLX : Extended;

[C++]
    double get_MediaLLX();

[PHP]
    double get_MediaLLX()

[Java]
    double getMediaLLX();

Description

    The media box defines the boundaries of the physical medium on which the page is to be printed. This property specifies the X coordinate of the lower left corner of the media box.

See also:     MediaLLY     MediaURX     MediaURY    

Discuss this help topic in SecureBlackbox Forum