C#
VB
C++
Gets or sets a value that indicates the location within the document where the hole punches are to be removed.
[DataMemberAttribute(Name="Location", IsRequired=true)]
public HolePunchRemoveCommandLocation Location { get; set; }
<DataMemberAttribute(Name="Location", IsRequired=True)>
Public Property Location As Leadtools.Services.Imageprocessing.Datacontracts.HolePunchRemoveCommandLocation
[DataMemberAttribute(Name="Location", IsRequired=true)]
public:
property Leadtools.Services.Imageprocessing.Datacontracts.HolePunchRemoveCommandLocation Location {
Leadtools.Services.Imageprocessing.Datacontracts.HolePunchRemoveCommandLocation get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.HolePunchRemoveCommandLocation );
}
Value that indicates the location within the document of the hole punches are to be removed.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET