Aspose::Pdf::CollectionItem::get_IsEmpty method

CollectionItem::get_IsEmpty method

Gets a value indicating whether the collection item is empty.

bool Aspose::Pdf::CollectionItem::get_IsEmpty()

ReturnValue

true if the collection item is empty; otherwise, false.

Remarks

This property returns true if the collection item does not contain any values, including string values, double values, integer values, and date values. If any of these value types are present in the collection item, this property returns false.

See Also