LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Location Property

Show in webframe







Gets or sets a value that indicates the location within the document of the hole punches to remove.
Syntax
public HolePunchRemoveCommandLocation Location {get; set;}
'Declaration
 
Public Property Location As HolePunchRemoveCommandLocation
'Usage
 
Dim instance As HolePunchRemoveCommand
Dim value As HolePunchRemoveCommandLocation
 
instance.Location = value
 
value = instance.Location
public HolePunchRemoveCommandLocation Location {get; set;}

            

            
 
get_Location();
set_Location(value);
Object.defineProperty('Location');
public:
property HolePunchRemoveCommandLocation Location {
   HolePunchRemoveCommandLocation get();
   void set (    HolePunchRemoveCommandLocation value);
}

Property Value

Value that indicates the location within the document of the hole punches to remove.
Example
Refer to HolePunchRemoveCommand.
Requirements

Target Platforms

See Also

Reference

HolePunchRemoveCommand Class
HolePunchRemoveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.