←Select platform

MinimumInvertWidth Property

Summary

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

Syntax

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

Property Value

The minimum width 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