Discuss this help topic in SecureBlackbox Forum

TElPDFPageInfo.MediaLLY

TElPDFPageInfo     See also     


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


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

Declaration

[C#]
    double MediaLLY;

[VB.NET]
    Property MediaLLY As Double

[Pascal]
    property MediaLLY : Extended;

[C++]
    double get_MediaLLY();

[PHP]
    double get_MediaLLY()

[Java]
    double getMediaLLY();

Description

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

See also:     MediaLLX     MediaURX     MediaURY    

Discuss this help topic in SecureBlackbox Forum