DeviceProperties Property |
Device properties including metadata.
Namespace:
Aspose.Page
Assembly:
Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntaxpublic Dictionary<string, Object> Properties { get; set; }Public Property Properties As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Properties {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}member Properties : Dictionary<string, Object> with get, set
Property Value
Type:
DictionaryString,
Object
See Also