IBitmapManagerCopyToNonEmbedded Method |
Copies the bitmap associated with a given resource ID into an external reference with a new resource ID. 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
Syntaxint CopyToNonEmbedded(
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.
Return Value
Int32[Missing <returns> documentation for "M:RAYLASE.Marker.JobElement.IBitmapManager.CopyToNonEmbedded(System.Int32,System.String,System.Boolean)"]
ExceptionsException | Condition |
---|
ApplicationException | An external bitmap with the same file path already exists. |
See Also