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
| Parameter | Type | Description |
|---|---|---|
| targetType | const 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
- Class TypeInfo
- Class ApsLoadOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++