←Select platform

Width Property

Summary

Gets or sets the new image width in pixels.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Width", IsRequired=false)] 
public int Width { get; set; } 
  
<DataMemberAttribute("Width")> 
Public Property Width As Integer 
[DataMemberAttribute("Width")] 
public: 
property int Width { 
   int get(); 
   void set (    int ); 
} 

Property Value

New image width in pixels.

Example

For an example, refer to RasterConvertOptions.

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.Services.Raster.DataContracts Assembly