VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / AutoTextOrientationCommandResult Class / AppliedRotation Property
Syntax Requirements SeeAlso
In This Topic
AppliedRotation Property (AutoTextOrientationCommandResult)
In This Topic
Gets the rotation applied to the image.
Syntax
'Declaration

<DescriptionAttribute("The rotation applied to the image.")>
<ReadOnlyAttribute(True)>
Public ReadOnly Property AppliedRotation As Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType

[Description("The rotation applied to the image.")]
[ReadOnly(True)]
public Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType AppliedRotation { get; }

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also