←Select platform

MinimumInvertHeight Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int MinimumInvertHeight {get; set;}
Public Property MinimumInvertHeight As Integer
public int MinimumInvertHeight {get; set;}
@property (nonatomic, assign) NSInteger minimumInvertedHeight
public int getMinimumInvertHeight() 
public void setMinimumInvertHeight(int value) 
get_MinimumInvertHeight(); 
set_MinimumInvertHeight(value); 
Object.defineProperty('MinimumInvertHeight'); 
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.

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