Discuss this help topic in SecureBlackbox Forum

TElPDFPageInfo.MediaURX

TElPDFPageInfo     See also     


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


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

Declaration

[C#]
    double MediaURX;

[VB.NET]
    Property MediaURX As Double

[Pascal]
    property MediaURX : Extended;

[C++]
    double get_MediaURX();

[PHP]
    double get_MediaURX()

[Java]
    double getMediaURX();

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

See also:     MediaLLX     MediaLLY     MediaURY    

Discuss this help topic in SecureBlackbox Forum