←Select platform

MinimumInvertHeight Property

Summary

Gets or sets the minimum height of an area that is considered to be inverted text.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="MinimumInvertHeight", IsRequired=true)] 
public int MinimumInvertHeight { get; set; } 
  
<DataMemberAttribute(Name="MinimumInvertHeight", IsRequired=True)> 
Public Property MinimumInvertHeight As Integer 
[DataMemberAttribute(Name="MinimumInvertHeight", IsRequired=true)] 
public: 
property int MinimumInvertHeight { 
   int get(); 
   void set (    int ); 
} 

Property Value

The minimum height of an area that is considered to be inverted text. If InvertedTextCommandFlags.UseDpi is set in the Flags property, units are in thousandths of an inch, otherwise units are in pixels.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly