Visual Basic (Declaration) | |
---|---|
Public Property Attribute As RasterDocumentDictionaryAttribute |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterDocumentDictionaryAttribute Attribute {get; set;} |
C++/CLI | |
---|---|
public: property RasterDocumentDictionaryAttribute Attribute { RasterDocumentDictionaryAttribute get(); void set (RasterDocumentDictionaryAttribute value); } |
Return Value
The User dictionary attribute that is used when adding an item into the dictionary.Refer to RasterDocumentEngine.SetUserDictionary example.
This property will be updated when calling RasterDocumentEngine.GetUserDictionarySectionItem.
Also, the value of this property will be used when calling the following methods:
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family