VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / IsDocumentImageCommand Class / DocumentImageType Property
Синтаксис Требования Смотрите также
В этом разделе
    DocumentImageType Свойство (IsDocumentImageCommand)
    В этом разделе
    Возвращает или задает тип анализируемого изображения документа.
    Синтаксис
    '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

    Значение по умолчанию: DocumentImageType.ScannedDocument.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также