←Select platform

InfoYResolution Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int InfoYResolution { get; set; } 
Public Property InfoYResolution As Integer 
public int InfoYResolution {get; set;} 
@property (nonatomic, assign) NSUInteger infoYResolution 
public int getInfoYResolution() 
public void setInfoYResolution(int value) 
             
 <br/>get_InfoYResolution();<br/>set_InfoYResolution(value);<br/>Object.defineProperty('InfoYResolution');  
public: 
property int InfoYResolution { 
   int get(); 
   void set (    int ); 
} 

Property Value

The overlay image vertical 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 vertical 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