VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfFormXObjectResource Class / RotateContentOrthogonaly(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    RotateContentOrthogonaly(Int32) Method (PdfFormXObjectResource)
    In This Topic
    Rotates the content by orthogonal angle.
    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