Class CropMark
Properties
bottomNotes
Declaration
bottomNotes: CropMarkText[];
Property Value
color
Declaration
Property Value
leftNotes
Declaration
leftNotes: CropMarkText[];
Property Value
length
Declaration
Property Value
lengths
Declaration
get lengths(): {
horizontal: number;
vertical: number;
};
Property Value
| Type |
Description |
| {
horizontal: number;
vertical: number;
} |
|
margin
Declaration
margin: {
horizontal: number;
vertical: number;
} | number;
Property Value
| Type |
Description |
| {
horizontal: number;
vertical: number;
} | number |
|
margins
Declaration
get margins(): {
horizontal: number;
vertical: number;
};
Property Value
| Type |
Description |
| {
horizontal: number;
vertical: number;
} |
|
name
Declaration
Property Value
rightNotes
Declaration
rightNotes: CropMarkText[];
Property Value
topNotes
Declaration
topNotes: CropMarkText[];
Property Value
widthPx
Declaration
Property Value
Methods
clone()
Declaration
Returns