C#
VB
C++
Gets or sets the flags that control the behavior when resizing the image.
[DataMemberAttribute(Name="Flags", IsRequired=true)]
public ResizeCommandFlags Flags { get; set; }
<DataMemberAttribute(Name="Flags", IsRequired=True)>
Public Property Flags As Leadtools.Services.Imageprocessing.Datacontracts.ResizeCommandFlags
[DataMemberAttribute(Name="Flags", IsRequired=true)]
public:
property Leadtools.Services.Imageprocessing.Datacontracts.ResizeCommandFlags Flags {
Leadtools.Services.Imageprocessing.Datacontracts.ResizeCommandFlags get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.ResizeCommandFlags );
}
Flags that control the behavior when resizing the image.
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