Gets the width of this RasterImage in pixels, taking ViewPerspective and XResolution into account.
public int GetImageWidthDpi(
bool useDpi
)
Public Function GetImageWidthDpi( _
ByVal useDpi As Boolean _
) As Integer
public int GetImageWidthDpi(
bool useDpi
)
- (NSInteger)imageWidthWithDpi:(BOOL)useDpi
public int getImageWidthDpi(boolean useDpi)
function Leadtools.RasterImage.GetImageWidthDpi(
useDpi
)
public:
int GetImageWidthDpi(
bool useDpi
)
useDpi
true to take into account the resolution (DPI) of the image; false to ignore the DPI.
The width of this RasterImage in pixels, taking ViewPerspective and XResolution into account.
Use Width to get the actual width of the image data scanlines.
For more information refer to Accounting For View Perspective.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET