Aspose::Pdf::XmpPdfAExtensionSchema::Contains method

XmpPdfAExtensionSchema::Contains method

Determines whether obj exists in schema.

bool Aspose::Pdf::XmpPdfAExtensionSchema::Contains(System::SharedPtr<XmpPdfAExtensionObject> obj)
ParameterTypeDescription
objSystem::SharedPtr<XmpPdfAExtensionObject>The obj to find.

ReturnValue

True - object exists in schema; otherwise, false.

See Also