←Select platform

InfoWidth Property

Summary
Gets or sets the overlay image width in pixels.
Syntax
C#
VB
Objective-C
C++
Java
public int InfoWidth { get; set; } 
Public Property InfoWidth As Integer 
@property (nonatomic, assign) NSUInteger infoWidth 
public int getInfoWidth() 
public void setInfoWidth(int value) 
public: 
property int InfoWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

The overlay image width in pixels. If the Info property of this CodecsOverlayData object is true, you need to set this property to the overlay image width, otherwise, ignore.

Remarks

This property is output.

Example

For an example, refer to RasterCodecs.StartOverlay

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.