←Select platform

InfoXResolution Property

Summary

Gets or sets the overlay image horizontal resolution in pixels per inch.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int InfoXResolution { get; set; } 
Public Property InfoXResolution As Integer 
public int InfoXResolution {get; set;} 
@property (nonatomic, assign) NSUInteger infoXResolution 
public int getInfoXResolution() 
public void setInfoXResolution(int value) 
             
 <br/>get_InfoXResolution();<br/>set_InfoXResolution(value);<br/>Object.defineProperty('InfoXResolution');  
public: 
property int InfoXResolution { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Remarks

This property is output.

Example

For an example, refer to RasterCodecs.StartOverlay

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.Codecs Assembly