IBitmapManagerGlobalConvertToEmbedded Method |
Converts the bitmap associated with a given resource ID into an embedded resource. Nothing is done if it is already embedded.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.32.0
Syntaxvoid GlobalConvertToEmbedded(
int resourceID
)
Parameters
- resourceID Int32
- The resource ID.
Exceptions| Exception | Condition |
|---|
| ApplicationException | Resource ID is invalid. |
See Also