Discuss this help topic in SecureBlackbox Forum

TElPDFPageInfo.CropBoxEmpty

TElPDFPageInfo     See also     


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


Returns True if the crop box is empty, and False otherwise.

Declaration

[C#]
    bool CropBoxEmpty();

[VB.NET]
    Function CropBoxEmpty() As Boolean

[Pascal]
    function CropBoxEmpty : boolean;

[C++]
    bool CropBoxEmpty();

[PHP]
    bool CropBoxEmpty()

[Java]
    boolean cropBoxEmpty();

Return value

    Returns True if the crop box is empty, and False otherwise.

Description

    Use this method to check if the crop box is empty or not. The crop box defines the region to which the contents of the page shall be clipped (cropped) when displayed or printed.

See also:     CropLLX     CropLLY     CropURX     CropURY    

Discuss this help topic in SecureBlackbox Forum