UserProperties.UserProperties
UserProperties()
Menginisialisasi instance kosong dari kelas UserProperties.
public UserProperties()
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
UserProperties(Dictionary<string, object>)
Menginisialisasi kelas UserProperties dengan nilai default.
public UserProperties(Dictionary<string, object> defaults)
Parameter | Jenis | Keterangan |
---|---|---|
defaults | Dictionary`2 | Nilai properti default. |
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page
UserProperties(Dictionary<string, object>, Dictionary<string, object>)
Membuat UserProperties dengan tabel default dan altDefaults, yang dicari dalam urutan tersebut.
public UserProperties(Dictionary<string, object> defaults, Dictionary<string, object> altDefaults)
Parameter | Jenis | Keterangan |
---|---|---|
defaults | Dictionary`2 | Nilai properti default. |
altDefaults | Dictionary`2 | Nilai properti alternatif. |
Lihat juga
- class UserProperties
- ruang nama Aspose.Page
- perakitan Aspose.Page