Leadtools.Services.ImageProcessing.DataContracts Namespace > HolePunchRemoveRequest Class : Location Property |
[DataMemberAttribute(Name="Location", IsRequired=true)] public HolePunchRemoveCommandLocation Location {get; set;}
'Declaration <DataMemberAttribute(Name="Location", IsRequired=True)> Public Property Location As HolePunchRemoveCommandLocation
'Usage Dim instance As HolePunchRemoveRequest Dim value As HolePunchRemoveCommandLocation instance.Location = value value = instance.Location
[DataMemberAttribute(Name="Location", IsRequired=true)] public: property HolePunchRemoveCommandLocation Location { HolePunchRemoveCommandLocation get(); void set ( HolePunchRemoveCommandLocation value); }