Discuss this help topic in SecureBlackbox Forum

TElPDFPageInfo.CropURY

TElPDFPageInfo     See also     


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


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

Declaration

[C#]
    double CropURY;

[VB.NET]
    Property CropURY As Double

[Pascal]
    property CropURY : Extended;

[C++]
    double get_CropURY();

[PHP]
    double get_CropURY()

[Java]
    double getCropURY();

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 Y coordinate of the upper right corner of the crop box.

See also:     CropLLX     CropLLY     CropURX    

Discuss this help topic in SecureBlackbox Forum