Discuss this help topic in SecureBlackbox Forum

TElPDFPageInfo.MediaURY

TElPDFPageInfo     See also     


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


Defines the Y coordinate of the upper right corner of the media box.

Declaration

[C#]
    double MediaURY;

[VB.NET]
    Property MediaURY As Double

[Pascal]
    property MediaURY : Extended;

[C++]
    double get_MediaURY();

[PHP]
    double get_MediaURY()

[Java]
    double getMediaURY();

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 upper right corner of the media box.

See also:     MediaLLX     MediaLLY     MediaURX    

Discuss this help topic in SecureBlackbox Forum