Discuss this help topic in SecureBlackbox Forum

TElPDFPageInfo.CropURX

TElPDFPageInfo     See also     


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


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

Declaration

[C#]
    double CropURX;

[VB.NET]
    Property CropURX As Double

[Pascal]
    property CropURX : Extended;

[C++]
    double get_CropURX();

[PHP]
    double get_CropURX()

[Java]
    double getCropURX();

Description

    The crop box defines the region to which the contents of the page shall be clipped (cropped) when displayed or printed. Use this property to specify the X coordinate of the upper right corner of the crop box.

See also:     CropLLX     CropLLY     CropURY    

Discuss this help topic in SecureBlackbox Forum