←Select platform

Flags Property

Summary

Options to keep the resulting image the same size as the original image or to resize according to the rotation direction specified as well control the quality of the rotation.

Syntax
C#
VB
Objective-C
C++
Java
public HighQualityRotateCommandFlags Flags { get; set; } 
Public Property Flags As HighQualityRotateCommandFlags 
@property (nonatomic, assign) LTHighQualityRotateCommandFlags flags 
public int getFlags() 
public void setFlags(int value) 

Property Value

One or more HighQualityRotateCommandFlags enumeration members ORed together.

Remarks

For more information, refer to HighQualityRotateCommandFlags enumeration.

Example

For an example, refer to HighQualityRotateCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly