Click or drag to resize

MarkableVectorGraphicImportVectorGraphic Method

Creates a new vector graphic by importing the specified file with the VectorGraphic importer.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override string ImportVectorGraphic(
	ImportSettings settings
)

Parameters

settings  ImportSettings
The import settings.

Return Value

String
Warning containing problems occurring during the import.
See Also