|
|
document.crop()
ReturnsA Boolean
value: true if successful; false otherwise.
DescriptionMethod;
uses the top selected drawing object to crop all selected drawing objects
underneath it. This method returns false if there are
no drawing objects selected or if any of the selected items are
not drawing objects.
ExampleThe
following example crops the currently selected objects:
fl.getDocumentDOM().crop();
|