Aspose::Page::UserProperties::UserProperties конструктор

UserProperties::UserProperties() constructor

Инициализирует пустой экземпляр класса UserProperties.

Aspose::Page::UserProperties::UserProperties()

См. также

UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>) constructor

Инициализирует объект класса UserProperties со значениями по умолчанию.

Aspose::Page::UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> defaults)
ПараметрТипОписание
значения по умолчаниюSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Значения свойств по умолчанию.

См. также

UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>) constructor

Создаёт UserProperties с таблицами defaults и altDefaults, которые просматриваются в указанном порядке.

Aspose::Page::UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> defaults, System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> altDefaults)
ПараметрТипОписание
значения по умолчаниюSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Значения свойств по умолчанию.
altDefaultsSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Альтернативные значения свойств.

См. также