Aspose::Pdf::Document::GetObjectById method

Document::GetObjectById method

Gets a object with specified ID in the document.

System::SharedPtr<System::Object> Aspose::Pdf::Document::GetObjectById(System::String id)
ParameterTypeDescription
idSystem::StringThe object id.

ReturnValue

The object with specified id. Null if the id is not found.

See Also