Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Flags Property (ApplyTransformationParametersCommand)








Gets or sets a value that specifies the behavior when resizing the image.
Syntax
'Declaration
 
Public Property Flags As ApplyTransformationParametersCommandFlags
'Usage
 
Dim instance As ApplyTransformationParametersCommand
Dim value As ApplyTransformationParametersCommandFlags
 
instance.Flags = value
 
value = instance.Flags
@property (nonatomic, assign) LTApplyTransformationParametersCommandFlags flags
public int getFlags()
public void setFlags(int value)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 

Property Value

Enumerated value that specifies the behavior when resizing the image.
Example
Refer to ApplyTransformationParametersCommand()
Requirements

Target Platforms

See Also

Reference

ApplyTransformationParametersCommand Class
ApplyTransformationParametersCommand Members

Error processing SSI file