IBitmapManagerGlobalConvertToNonEmbedded Method |
Converts the bitmap associated with a given resource ID into an external reference. Nothing is done if it is already an external reference.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxvoid GlobalConvertToNonEmbedded(
int resourceID,
string filePath,
bool shouldOverwrite
)
Parameters
- resourceID Int32
- The resource ID.
- filePath String
- The file path of the new external bitmap.
- shouldOverwrite Boolean
- The flag to indicate whether the bitmap should overwrite an existing one.
ExceptionsException | Condition |
---|
ApplicationException | Resource ID is invalid. |
ApplicationException | An external bitmap with the same file path already exists. |
See Also