Aspose::Pdf::ApsLoadOptions::Is method

ApsLoadOptions::Is method

Check if object represents an instance of type described by targetType. Analog of C# ‘is’ operator.

virtual bool Aspose::Pdf::ApsLoadOptions::Is(const System::TypeInfo &target) const override
ParameterTypeDescription
targetTypeconst System::TypeInfo&TypeInfo structure describing the type to test current object against.

ReturnValue

True if object is of tagged type or its subclass, false otherwise.

See Also