Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Flags Property
See Also 
Leadtools.ImageProcessing Namespace > SizeCommand Class : Flags Property



Flags that control the behavior when resizing the image.

Syntax

Visual Basic (Declaration) 
Public Property Flags As RasterSizeFlags
Visual Basic (Usage)Copy Code
Dim instance As SizeCommand
Dim value As RasterSizeFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public RasterSizeFlags Flags {get; set;}
C++/CLI 
public:
property RasterSizeFlags Flags {
   RasterSizeFlags get();
   void set (RasterSizeFlags value);
}

Return Value

Flags that control the behavior when resizing the image.

Example

For an example, refer to SizeCommand.

Remarks

For more information, refer to RasterSizeFlags.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also