Discuss this help topic in SecureBlackbox Forum

TElPDFPageInfo.CropLLX

TElPDFPageInfo     See also     


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


Defines the X coordinate of the lower left corner of the crop box.

Declaration

[C#]
    double CropLLX;

[VB.NET]
    Property CropLLX As Double

[Pascal]
    property CropLLX : Extended;

[C++]
    double get_CropLLX();

[PHP]
    double get_CropLLX()

[Java]
    double getCropLLX();

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 lower left corner of the crop box.

See also:     CropLLY     CropURX     CropURY    

Discuss this help topic in SecureBlackbox Forum