Leadtools.ImageProcessing.Core Namespace > HolePunchRemoveCommand Class : Location Property |
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); }