Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Location Property








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;}
 <br/>get_Location();<br/>set_Location(value);<br/>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

Error processing SSI file