←Select platform

MinimumInvertWidth Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int MinimumInvertWidth { get; set; } 
Public Property MinimumInvertWidth As Integer 
public int MinimumInvertWidth {get; set;} 
@property (nonatomic, assign) NSInteger minimumInvertedWidth 
public int getMinimumInvertWidth() 
public void setMinimumInvertWidth(int value) 
             
 <br/>get_MinimumInvertWidth();<br/>set_MinimumInvertWidth(value);<br/>Object.defineProperty('MinimumInvertWidth');  
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.

Example

Refer to InvertedTextCommand.

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.ImageProcessing.Core Assembly