←Select platform

InfoYResolution Property

Summary
Gets or sets the overlay image vertical resolution in pixels per inch.
Syntax
C#
VB
Objective-C
C++
Java
public int InfoYResolution { get; set; } 
Public Property InfoYResolution As Integer 
@property (nonatomic, assign) NSUInteger infoYResolution 
public int getInfoYResolution() 
public void setInfoYResolution(int value) 
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 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.