Aspose::Pdf::DataEditor::CosPdfDictionary::CreateEmptyDictionary metod

CosPdfDictionary::CreateEmptyDictionary(const System::SharedPtr<Document>&) method

Skapar en tom ordbok som kommer att bifogas till dokumentet.

static System::SharedPtr<CosPdfDictionary> Aspose::Pdf::DataEditor::CosPdfDictionary::CreateEmptyDictionary(const System::SharedPtr<Document> &document)
ParameterTypBeskrivning
dokumentconst System::SharedPtr<Document>&Resultatordboken kommer att bifogas till detta dokument.

ReturnValue

En tom ordbok.

Se även

CosPdfDictionary::CreateEmptyDictionary(const System::SharedPtr<Page>&) method

Skapar en tom ordbok som kommer att bifogas till sidan.

static System::SharedPtr<CosPdfDictionary> Aspose::Pdf::DataEditor::CosPdfDictionary::CreateEmptyDictionary(const System::SharedPtr<Page> &page)
ParameterTypBeskrivning
sidaconst System::SharedPtr<Page>&Resultatordboken kommer att bifogas till denna sida.

ReturnValue

En tom ordbok.

Se även