Determines whether the image data is basic.
public bool IsBasic {get;} Public ReadOnly Property IsBasic As Boolean public bool IsBasic {get;} @property (nonatomic, assign, readonly) BOOL isBasic public boolean isBasic() get_IsBasic(); public:property bool IsBasic {bool get();}
true if the image data is basic; false, otherwise.
The image data is considered basic if the value of the ViewPerspective is one of the following:
Otherwise, the image is either rotated (IsRotated) or flipped (IsFlipped).
For more information refer to Accounting for View Perspective.
This example tests the various Image Info properties.
using Leadtools;using Leadtools.Codecs;using Leadtools.ImageProcessing;using Leadtools.ImageProcessing.Core;using Leadtools.ImageProcessing.Color;using Leadtools.Dicom;using Leadtools.Drawing;using Leadtools.Controls;using LeadtoolsExamples.Common;using Leadtools.Svg;public void IsBasicExample(){RasterCodecs codecs = new RasterCodecs();RasterImage image = codecs.Load(Path.Combine(ImagesPath.Path, "OCR1.TIF"));string s = ("Is Mirrored " + image.IsMirrored + "\n");s += ("Is Basic " + image.IsBasic + "\n");s += ("Is Tiled " + image.IsTiled + "\n");s += ("Is Global Memory " + image.IsGlobalMemory + "\n");s += ("Is Gray " + image.IsGray + "\n");s += ("No Region Clip " + image.NoRegionClip + "\n");s += ("Transparent " + image.Transparent + "\n");s += ("Transparent Color " + image.TransparentColor + "\n");s += ("X resolution, Y Resolution (" + image.XResolution + ", " + image.YResolution + ") ");Console.WriteLine(s);image.Dispose();codecs.Dispose();}
Imports LeadtoolsImports Leadtools.CodecsImports Leadtools.ImageProcessingImports Leadtools.ImageProcessing.CoreImports Leadtools.ImageProcessing.ColorImports Leadtools.ControlsImports Leadtools.DicomImports Leadtools.DrawingImports Leadtools.SvgPublic Sub IsBasicExample()Dim codecs As RasterCodecs = New RasterCodecs()Dim image As RasterImage = codecs.Load(Path.Combine(LEAD_VARS.ImagesDir, "OCR1.TIF"))Dim s As String = ("Is Mirrored " & image.IsMirrored.ToString() + Constants.vbLf)s &= ("Is Basic " & image.IsBasic.ToString() + Constants.vbLf)s &= ("Is Tiled " & image.IsTiled.ToString() + Constants.vbLf)s &= ("Is Global Memory " & image.IsGlobalMemory.ToString() + Constants.vbLf)s &= ("Is Gray " & image.IsGray.ToString() + Constants.vbLf)s &= ("No Region Clip " & image.NoRegionClip.ToString() + Constants.vbLf)s &= ("Transparent " & image.Transparent.ToString() + Constants.vbLf)s &= ("Transparent Color " & image.TransparentColor.ToString() + Constants.vbLf)s &= ("X resolution, Y Resolution (" & image.XResolution & ", " & image.YResolution & ") ")Console.WriteLine(s)image.Dispose()codecs.Dispose()End SubPublic NotInheritable Class LEAD_VARSPublic Const ImagesDir As String = "C:\Users\Public\Documents\LEADTOOLS Images"End Class
using Leadtools;using Leadtools.Codecs;using Leadtools.Dicom;using Leadtools.ImageProcessing;using Leadtools.ImageProcessing.Core;using Leadtools.ImageProcessing.Color;using Leadtools.Examples;using Leadtools.Windows.Media;public void IsBasicExample(RasterImage image){string s = ("Is Mirrored " + image.IsMirrored + "\n");s += ("Is Basic " + image.IsBasic + "\n");s += ("Is Tiled " + image.IsTiled + "\n");s += ("Is Global Memory " + image.IsGlobalMemory + "\n");s += ("Is Gray " + image.IsGray + "\n");s += ("No Region Clip " + image.NoRegionClip + "\n");s += ("Transparent " + image.Transparent + "\n");s += ("Transparent Color " + image.TransparentColor + "\n");s += ("X resolution, Y Resolution (" + image.XResolution + ", " + image.YResolution + ") ");Debug.WriteLine(s);image.Dispose();}
Imports LeadtoolsImports Leadtools.CodecsImports Leadtools.DicomImports Leadtools.ImageProcessingImports Leadtools.ImageProcessing.CoreImports Leadtools.ImageProcessing.ColorImports Leadtools.Windows.MediaPublic Sub IsBasicExample(ByVal image As RasterImage)Dim s As String = ("Is Mirrored " + image.IsMirrored + Constants.vbLf)s &= ("Is Basic " + image.IsBasic + Constants.vbLf)s &= ("Is Tiled " + image.IsTiled + Constants.vbLf)s &= ("Is Global Memory " + image.IsGlobalMemory + Constants.vbLf)s &= ("Is Gray " + image.IsGray + Constants.vbLf)s &= ("No Region Clip " + image.NoRegionClip + Constants.vbLf)s &= ("Transparent " + image.Transparent + Constants.vbLf)s &= ("Transparent Color " + image.TransparentColor.ToString() + Constants.vbLf)s &= ("X resolution, Y Resolution (" + image.XResolution & ", " & image.YResolution & ") ")Debug.WriteLine(s)image.Dispose()End Sub
|
Products |
Support |
Feedback: IsBasic Property - Leadtools |
Introduction |
Help Version 19.0.2017.6.19
|

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
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.