←Select platform

ImageWidth Property

Summary

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

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

Property Value

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

Remarks

Use Width to get the actual width of the image data scanlines.

For more information refer to Accounting For View Perspective.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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