'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.