VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / IsDocumentImageResponseParams Class / isInvertedDocumentImage Property
Syntax Requirements SeeAlso
In This Topic
    isInvertedDocumentImage Property (IsDocumentImageResponseParams)
    In This Topic
    Gets a value indicating whether the image is inverted document image.
    Syntax
    'Declaration
    
    Public Property isInvertedDocumentImage As Boolean
    
    
    public bool isInvertedDocumentImage { get; set; }
    
    
    public: __property bool get_isInvertedDocumentImage();
    public: __property void set_isInvertedDocumentImage(
    bool value
    );
    public:
    property bool isInvertedDocumentImage { bool get(); void set(bool value); }

    Property Value

    true - image is inverted document image; false - image is NOT inverted document image.
    Requirements

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

    See Also