LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (ApplyTransformationParametersCommand)

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.