Click or drag to resize

BaseMarkableBitmapGraphicConvertToNonEmbedded Method

Converts the bitmap to an external reference. Nothing is done if it is already an external reference. The resource ID is adjusted accordingly if converting is successful.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public void ConvertToNonEmbedded(
	string filePath,
	bool shouldOverwrite
)

Parameters

filePath  String
The file path of the new external bitmap.
shouldOverwrite  Boolean
The flag to indicate whether the bitmap should overwrite an existing one.
See Also