VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / IsDocumentImageCommand Class / DocumentImageType Property
Syntax Requirements SeeAlso
In This Topic
    DocumentImageType Property (IsDocumentImageCommand)
    In This Topic
    Gets or sets the type of the analyzing document image.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(ScannedDocument)>
    <DescriptionAttribute("The type of the analyzing document image.")>
    Public Property DocumentImageType As Vintasoft.Imaging.ImageProcessing.DocumentImageType
    
    
    [DefaultValue(ScannedDocument)]
    [Description("The type of the analyzing document image.")]
    public Vintasoft.Imaging.ImageProcessing.DocumentImageType DocumentImageType { get; set; }
    
    
    [DefaultValue(ScannedDocument)]
    [Description("The type of the analyzing document image.")]
    public: __property Vintasoft.Imaging.ImageProcessing.DocumentImageType get_DocumentImageType();
    public: __property void set_DocumentImageType(
    Vintasoft.Imaging.ImageProcessing.DocumentImageType value
    );
    [DefaultValue(ScannedDocument)]
    [Description("The type of the analyzing document image.")]
    public:
    property Vintasoft.Imaging.ImageProcessing.DocumentImageType DocumentImageType { Vintasoft.Imaging.ImageProcessing.DocumentImageType get(); void set(Vintasoft.Imaging.ImageProcessing.DocumentImageType value); }

    Property Value

    Default value is DocumentImageType.ScannedDocument.
    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