You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Get & Set Std. GdPicture Image Properties > GetWidthInches Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.GetWidthInches Method

Returns the Width in inches of a GdPicture image.

C#
public Double GetWidthInches(
    int ImageID
);
Visual Basic
Public Function GetWidthInches(
    ByVal ImageID As Integer
) As Double
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Returns

Width in inches.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.