VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / PdfRotateCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfRotateCommand Class
    In This Topic
    Rotates an image using the PdfPageRotateOrthogonallyCommand class if image is associated with PDF page and image must be rotated orthogonally; otherwise, rotates image using the RotateCommand class.
    Object Model
    ProcessingCommandResults PdfRotateCommand
    Syntax
    'Declaration
    
    Public Class PdfRotateCommand
       Inherits RotateCommand
    
    
    public class PdfRotateCommand : RotateCommand
    
    
    public __gc class PdfRotateCommand : public RotateCommand*
    
    
    public ref class PdfRotateCommand : public RotateCommand^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
          Vintasoft.Imaging.ImageProcessing.Transforms.RotateCommand
             Vintasoft.Imaging.ImageProcessing.Transforms.PdfRotateCommand

    Requirements

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

    See Also