←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) 
get_MinimumInvertWidth(); 
set_MinimumInvertWidth(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize