VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / RotateContentOrthogonaly(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    RotateContentOrthogonaly(Int32) Method (PdfPage)
    In This Topic
    Rotates the content, bounding box and annotations by orthogonal angle (Rotate property is not changed).
    Syntax
    'Declaration
    
    Public Sub RotateContentOrthogonaly( _
    ByVal angle
    The orthogonal angle in degrees.
    As System.Int32 _
    )
    public void RotateContentOrthogonaly(
    System.Int32 angle
    )
    public: void RotateContentOrthogonaly(
    System.Int32 angle
    )
    public:
    void RotateContentOrthogonaly(
    System.Int32 angle
    )

    Parameters

    angle
    The orthogonal angle in degrees.
    Requirements

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

    See Also