XmpPdfAExtensionSchema.Contains

XmpPdfAExtensionSchema.Contains method

Determines whether obj exists in schema.

public bool Contains(XmpPdfAExtensionObject obj)
ParameterTypeDescription
objXmpPdfAExtensionObjectThe obj to find.

Return Value

True - object exists in schema; otherwise, false.

See Also