Back to Website
Show / Hide Table of Contents

Class PrintingTechniqueConstraints

Package: @aurigma/design-atoms-model

Constructors

(constructor)()

Constructs a new instance of the PrintingTechniqueConstraints class

Declaration
constructor();

Properties

allowRasterElements

Declaration
allowRasterElements: boolean;
Property Value
Type Description
boolean

minFontSize

Declaration
minFontSize: number | null;
Property Value
Type Description
number | null

minWidth

Declaration
minWidth: number | null;
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
Type Name Description
PrintingTechniqueConstraints source
PrintingTechniqueConstraints destination
boolean generateNewIds
Returns
Type Description
void

clone(generateNewIds)

Declaration
clone(generateNewIds?: boolean): PrintingTechniqueConstraints;
Parameters
Type Name Description
boolean generateNewIds
Returns
Type Description
PrintingTechniqueConstraints

toJSON()

Declaration
toJSON(): {
        allowRasterElements: boolean;
        minWidth: number;
        minFontSize: number;
        targetDpi: number;
    };
Returns
Type Description
{ allowRasterElements: boolean; minWidth: number; minFontSize: number; targetDpi: number; }
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback