'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 - изображение является инвертированным изображением документа; false - изображение не является инвертированным изображением документа.