←Select platform

ImageHeight Property

Summary

Gets the height of the image in pixels, taking the ViewPerspective into account.

Syntax
C#
Objective-C
C++/CLI
Python
public int ImageHeight { get; } 
@property (nonatomic, assign, readonly) NSInteger imageHeight; 
public:  
   property int ImageHeight 
   { 
      int get() 
   } 
ImageHeight # get  (CodecsImageInfo) 

Property Value

The height of the image in pixels, taking the ViewPerspective into account. The default value is 0.

Remarks

Use Height to get the actual height of the image data scanlines.

For more information refer to Accounting For View Perspective.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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