TopDictDataProvider.GetRos
Contents
[
Hide
]GetRos(out string, out string, out int)
Gets values of the ROS(Registry Ordering Supplement) field(operator).
public void GetRos(out string registry, out string ordering, out int supplement)
| Parameter | Type | Description |
|---|---|---|
| registry | String& | Registry field value |
| ordering | String& | Ordering field value |
| supplement | Int32& | Supplement field value |
See Also
- class TopDictDataProvider
- namespace Aspose.Font.CffDataProviders
- assembly Aspose.Font
GetRos(out int, out int, out int)
Gets values of the ROS(Registry Ordering Supplement) field(operator). String identifiers (SID) are used for output string types.
public void GetRos(out int registrySid, out int orderingSid, out int supplement)
| Parameter | Type | Description |
|---|---|---|
| registrySid | Int32& | SID of registry field |
| orderingSid | Int32& | SID of ordering field |
| supplement | Int32& | Supplement field value |
See Also
- class TopDictDataProvider
- namespace Aspose.Font.CffDataProviders
- assembly Aspose.Font