LEADTOOLS (Leadtools assembly)

Flags Property (SizeCommand)

Show in webframe







Gets or sets the flags that control the behavior when resizing the image.
Syntax
public RasterSizeFlags Flags {get; set;}
'Declaration
 
Public Property Flags As RasterSizeFlags
'Usage
 
Dim instance As SizeCommand
Dim value As RasterSizeFlags
 
instance.Flags = value
 
value = instance.Flags
public RasterSizeFlags Flags {get; set;}
@property (nonatomic, assign) LTRasterSizeFlags flags;
public RasterSizeFlags getFlags()
public void setFlags(RasterSizeFlags value)
            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property RasterSizeFlags Flags {
   RasterSizeFlags get();
   void set (    RasterSizeFlags value);
}

Property Value

Flags that control the behavior when resizing the image.
Example
For an example, refer to SizeCommand.
Requirements

Target Platforms

See Also

Reference

SizeCommand Class
SizeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.