VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / AutoTextOrientationCommandResult Class / AppliedRotation Property
Синтаксис Требования Смотрите также
В этом разделе
    AppliedRotation Свойство (AutoTextOrientationCommandResult)
    В этом разделе
    Возвращает поворот, примененный к изображению.
    Синтаксис
    'Declaration
    
    <ReadOnlyAttribute(True)>
    <DescriptionAttribute("The rotation applied to the image.")>
    Public ReadOnly Property AppliedRotation As Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType
    
    
    [ReadOnly(True)]
    [Description("The rotation applied to the image.")]
    public Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType AppliedRotation { get; }
    
    
    [ReadOnly(True)]
    [Description("The rotation applied to the image.")]
    public: __property Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType get_AppliedRotation();
    
    
    
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также