removeLinesBeforeTextOrientationDetection Property (GetDocumentImageRotationAngleRequestParams)
Gets or sets the value indicating whether the command should remove lines before the orientation detection.
'Declaration
Public Property removeLinesBeforeTextOrientationDetection As Boolean
public bool removeLinesBeforeTextOrientationDetection { get; set; }
public: __property bool get_removeLinesBeforeTextOrientationDetection();
public: __property void set_removeLinesBeforeTextOrientationDetection(
bool
);
public:
property bool removeLinesBeforeTextOrientationDetection {
bool get();
void set(bool );
}
Property Value
true - command removes lines before orientation detection; false - command detects orientation on source image. Default value is false.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5