Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BilevelBitmap Class
Properties Methods

In This Topic
    BilevelBitmap Class Members
    In This Topic

    The following tables list the members exposed by BilevelBitmap.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the horizontal dpi of the bitmap.  
    Public PropertyGets the vertical dpi of the bitmap.  
    Public PropertyGets or sets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image.  
    Public PropertyGets or sets the raw ICC profile data.  
    Public PropertyGets a value indicating whether the BilevelBitmap has been disposed of.  
    Public PropertyGets or sets a pixel value (true is 1, false is 0) at the specified coordinates.  
    Public PropertyGets or sets a value specifying whether pixels with lower column indices are stored in the lower-order bits of the byte.

    Setting this property causes an update to the pixel data.

     
    Public PropertyGets the pixel height of the image.  
    Public PropertyGets the pixel width of the image.  
    Public PropertyGets a pointer to the internal binary data.  
    Public PropertyGets the number of bytes in one scan line.  
    Public PropertyGets or sets a value indicating whether the image is used to define an irregularly shaped region of another image.  
    Public PropertyGets or sets a value indicating whether 0 represents white and 1 represents black (if true) or vice versa (if false).  
    Top
    Public Methods
     NameDescription
    Public MethodApplies a license key to an instance of BilevelBitmap.  
    Public MethodOverloaded. Clears the BilevelBitmap with the specified value (true is 1, false is 0).  
    Public MethodCreates a new BilevelBitmap with a fragment of the image.  
    Public MethodCreates a new BilevelBitmap with a copy of the image.  
    Public MethodClean up any resources being used.  
    Public MethodInverts all black pixels to white and all white pixels to black.  
    Public MethodOverloaded. Changes the physical resolution of the image.  
    Public MethodOverloaded. Creates an instance of the GcBitmap class from the current BilevelBitmap.  
    Top
    See Also