Class PrintingTechniqueConstraints
Constructors
(constructor)()
Constructs a new instance of the PrintingTechniqueConstraints class
Declaration
Properties
allowRasterElements
Declaration
allowRasterElements: boolean;
Property Value
minFontSize
Declaration
minFontSize: number | null;
Property Value
| Type |
Description |
| number | null |
|
minWidth
Declaration
Property Value
| Type |
Description |
| number | null |
|
targetDpi
Declaration
targetDpi: number | null;
Property Value
| Type |
Description |
| number | null |
|
Methods
_copy(source, destination, generateNewIds)
Declaration
protected _copy(source: PrintingTechniqueConstraints, destination: PrintingTechniqueConstraints, generateNewIds: boolean): void;
Parameters
Returns
clone(generateNewIds)
Declaration
clone(generateNewIds?: boolean): PrintingTechniqueConstraints;
Parameters
| Type |
Name |
Description |
| boolean |
generateNewIds |
|
Returns
toJSON()
Declaration
toJSON(): {
allowRasterElements: boolean;
minWidth: number;
minFontSize: number;
targetDpi: number;
};
Returns
| Type |
Description |
| {
allowRasterElements: boolean;
minWidth: number;
minFontSize: number;
targetDpi: number;
} |
|