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(const System::String &id)
ParameterTypeDescription
idconst System::String&The object id.

ReturnValue

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

See Also