Aspose::Pdf::Engine::CommonData::Text::CMaps::ICMapCodeSpaceRange::IsInRange method

ICMapCodeSpaceRange::IsInRange(uint8_t) method

Detects is passed code belongs to codespace range.

virtual bool Aspose::Pdf::Engine::CommonData::Text::CMaps::ICMapCodeSpaceRange::IsInRange(uint8_t value)=0
ParameterTypeDescription
valueuint8_tbyte to check

ReturnValue

true/false

Remarks

value byte to check ## See Also

ICMapCodeSpaceRange::IsInRange(System::ArrayPtr<uint8_t>, int32_t) method

Detects is passed code, represented as array of bytes belongs to codespace range.

virtual bool Aspose::Pdf::Engine::CommonData::Text::CMaps::ICMapCodeSpaceRange::IsInRange(System::ArrayPtr<uint8_t> values, int32_t length)=0
ParameterTypeDescription
valuesSystem::ArrayPtr<uint8_t>bytes to check
lengthint32_tcount of bytes in a checked byte array

ReturnValue

true/false

Remarks

values bytes to check length count of bytes in a checked byte array ## See Also

ICMapCodeSpaceRange::IsInRange(char16_t) method

Detects is passed code belongs to codespace range.

virtual bool Aspose::Pdf::Engine::CommonData::Text::CMaps::ICMapCodeSpaceRange::IsInRange(char16_t value)=0
ParameterTypeDescription
valuechar16_tbyte to check

ReturnValue

true/false

Remarks

value byte to check ## See Also

ICMapCodeSpaceRange::IsInRange(System::ArrayPtr<char16_t>, int32_t) method

Detects is passed code, represented as array of chars belongs to codespace range.

virtual bool Aspose::Pdf::Engine::CommonData::Text::CMaps::ICMapCodeSpaceRange::IsInRange(System::ArrayPtr<char16_t> values, int32_t length)=0
ParameterTypeDescription
valuesSystem::ArrayPtr<char16_t>chars to check
lengthint32_tcount of bytes in a checked char array

ReturnValue

true/false

Remarks

values chars to check length count of bytes in a checked char array ## See Also