Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Flags Property (SizeCommand)








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)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>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

Error processing SSI file