Skip to main content

ImageViolationSettings

Classes

ImageViolationSettings

Extends

Constructors

Constructor
new ImageViolationSettings(defaultValue?): ImageViolationSettings;
Parameters
ParameterType
defaultValue?boolean
Returns

ImageViolationSettings

Overrides

ShapeViolationSettings.constructor

Properties

allowBleedArea
allowBleedArea: boolean;
Inherited from

ShapeViolationSettings.allowBleedArea

allowImageQuality
allowImageQuality: boolean;
allowRegion
allowRegion: boolean;
Inherited from

ShapeViolationSettings.allowRegion

allowSafetyLines
allowSafetyLines: boolean;
Inherited from

ShapeViolationSettings.allowSafetyLines

allowShape
allowShape: boolean;
Inherited from

ShapeViolationSettings.allowShape

id
id: string;
Inherited from

ShapeViolationSettings.id

type
type: string = ImageViolationSettings.type;
Overrides

ShapeViolationSettings.type

type
static type: string = "ImageViolationSettings";
Overrides

ShapeViolationSettings.type

Accessors

name
Get Signature
get name(): string;
Returns

string

Set Signature
set name(value): void;
Parameters
ParameterType
valuestring
Returns

void

Inherited from

ShapeViolationSettings.name

tags
Get Signature
get tags(): object;
Returns

object

Set Signature
set tags(value): void;
Parameters
ParameterType
value{ [key: string]: any; }
Returns

void

Inherited from

ShapeViolationSettings.tags

version
Get Signature
get version(): string;
Returns

string

Inherited from

ShapeViolationSettings.version

Methods

addPropertyChanged()
addPropertyChanged(listener): void;
Parameters
ParameterType
listener(sender, eventArgs) => void
Returns

void

Inherited from

ShapeViolationSettings.addPropertyChanged

clone()
clone(): ImageViolationSettings;
Returns

ImageViolationSettings

Overrides

ShapeViolationSettings.clone

equals()
equals(p): boolean;
Parameters
ParameterType
pImageViolationSettings
Returns

boolean

Overrides

ShapeViolationSettings.equals

generateNewIds()
generateNewIds(): void;
Returns

void

Inherited from

ShapeViolationSettings.generateNewIds

getSimplifiedObject()
getSimplifiedObject(omitProperties?): object;
Parameters
ParameterType
omitProperties?string | string[]
Returns

object

Inherited from

ShapeViolationSettings.getSimplifiedObject

removePropertyChanged()
removePropertyChanged(listener): void;
Parameters
ParameterType
listener(sender, eventArgs) => void
Returns

void

Inherited from

ShapeViolationSettings.removePropertyChanged

toString()
toString(): string;

Returns a string representation of an object.

Returns

string

Inherited from

ShapeViolationSettings.toString

Was this page helpful?