Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CloneCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing Namespace : CloneCommand Class


The following tables list the members exposed by CloneCommand.

Public Constructors

 NameDescription
Public ConstructorCloneCommand ConstructorOverloaded.  Initializes a new instance of the CloneCommand class with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyAllPages Gets or sets a value that indicates whether to clone all the pages if the source image is multi-page.  
Public PropertyCreateFlags Gets or sets the flags that control memory allocation for the destination image.  
Public PropertyDestinationImage Gets the resulting image of this command  
Public PropertyHasProgress Determines if the command object has a progress event handler set. (Inherited from RasterCommand)
Public PropertySourceImage Gets the source image used in this CloneCommand  
Top

Public Methods

 NameDescription
Public MethodOnProgress Implements IRasterCommand.OnProgress. (Inherited from RasterCommand)
Public MethodRun Implements IRasterCommand.Run. (Inherited from RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
Public EventProgress Implements Progress. (Inherited from RasterCommand)
Top

See Also