Costruttore Aspose::Page::UserProperties::UserProperties

UserProperties::UserProperties() constructor

Inizializza un’istanza vuota della classe UserProperties.

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

Vedi anche

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

Inizializza una classe UserProperties con valori predefiniti.

Aspose::Page::UserProperties::UserProperties(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> defaults)
ParametroTipoDescrizione
predefinitiSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Valori predefiniti delle proprietà.

Vedi anche

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

Costruisce UserProperties con una tabella defaults e altDefaults, che vengono cercate in quest’ordine.

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)
ParametroTipoDescrizione
predefinitiSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Valori predefiniti delle proprietà.
altDefaultsSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Valori alternativi delle proprietà.

Vedi anche