Enum pdf_objects

PDFObjectComparison

Namespace: Datalogics::PDFL

Description

Comparisons between two PDFObjects.

Represents the result of comparing two PDFObject instances for ordering purposes.

Values

Less

The first object is ordered before the second object.

Equal

The two objects are equal.

Greater

The first object is ordered after the second object.