ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPage Class / Rotation Property




In This Topic
    Rotation Property
    In This Topic
    Gets the PDF page's rotation value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rotation As ImGearRotationValues
    'Usage
     
    Dim instance As ImGearPDFPage
    Dim value As ImGearRotationValues
     
    value = instance.Rotation
    public ImGearRotationValues Rotation {get;}
    public: __property ImGearRotationValues get_Rotation();
    public:
    property ImGearRotationValues Rotation {
       ImGearRotationValues get();
    }

    Property Value

    ImageGear.Core.ImGearRotationValues enumeration value.
    See Also