←Select platform

InfoXResolution Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int InfoXResolution { get; set; } 
Public Property InfoXResolution As Integer 
@property (nonatomic, assign) NSUInteger infoXResolution 
public int getInfoXResolution() 
public void setInfoXResolution(int value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly