'Declaration <ReadOnlyAttribute(True)> <DescriptionAttribute("A value indicating whether the image is document image.")> Public ReadOnly Property IsDocumentImage As Boolean
[ReadOnly(True)] [Description("A value indicating whether the image is document image.")] public bool IsDocumentImage { get; }
[ReadOnly(True)] [Description("A value indicating whether the image is document image.")] public: __property bool get_IsDocumentImage();
[ReadOnly(True)] [Description("A value indicating whether the image is document image.")] public:
property bool IsDocumentImage { bool get(); }
Property Value
true - изображение является изображением документа; false - изображение не является изображением документа.