handleDeleteAnchoredImageSelection Method

Summary

Returns information on Image selected for deletion from the EngineModule Object.

Syntax

TypeScript
    handleDeleteAnchoredImageSelection(options?: EngineOptions): { 
        point: EditPosition; 
        start: MovementData; 
        surface: EditableContent; 
    }; 

Parameters

options

A nullable parameter of the EngineOptions type.

Return Value

point: An EditPosition describing the location of the image;

start: A MovementData describing the start point of the image;

surface: An EditableContent holding information of the image;

Requirements

Target Platforms

See Also

EngineModule Object

EngineModule Members

Leadtools.Document.Editor Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Editor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.