C#
VB
C++
Gets or sets the rectangle area to which the image will be cropped.
[DataMemberAttribute(Name="Rectangle", IsRequired=true)]
public LeadRect Rectangle { get; set; }
<DataMemberAttribute(Name="Rectangle", IsRequired=True)>
Public Property Rectangle As Leadtools.Services.Datacontracts.LeadRect
[DataMemberAttribute(Name="Rectangle", IsRequired=true)]
public:
property Leadtools.Services.Datacontracts.LeadRect Rectangle {
Leadtools.Services.Datacontracts.LeadRect get();
void set ( Leadtools.Services.Datacontracts.LeadRect );
}
The rectangle area to which the image will be cropped.
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