VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / IsDocumentImageCommandResult Class / IsInvertedDocumentImage Property
Syntax Requirements SeeAlso
In This Topic
    IsInvertedDocumentImage Property (IsDocumentImageCommandResult)
    In This Topic
    Gets a value indicating whether the document image is inverted.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the document image is inverted.")>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property IsInvertedDocumentImage As Boolean
    
    
    [Description("A value indicating whether the document image is inverted.")]
    [ReadOnly(True)]
    public bool IsInvertedDocumentImage { get; }
    
    
    [Description("A value indicating whether the document image is inverted.")]
    [ReadOnly(True)]
    public: __property bool get_IsInvertedDocumentImage();
    
    
    
    [Description("A value indicating whether the document image is inverted.")]
    [ReadOnly(True)]
    public:
    property bool IsInvertedDocumentImage { bool get(); }

    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, 4.0, 3.5

    See Also