'Declaration <ReadOnlyAttribute(True)> <DescriptionAttribute("The orthogonal orientation, in degrees, of the text in document image.")> Public ReadOnly Property Orientation As System.Int32
[ReadOnly(True)] [Description("The orthogonal orientation, in degrees, of the text in document image.")] public System.Int32 Orientation { get; }
[ReadOnly(True)] [Description("The orthogonal orientation, in degrees, of the text in document image.")] public: __property System.Int32 get_Orientation();
[ReadOnly(True)] [Description("The orthogonal orientation, in degrees, of the text in document image.")] public:
property System.Int32 Orientation { System.Int32 get(); }