Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictureFormat Interface
Properties Methods

In This Topic
    IPictureFormat Interface Members
    In This Topic

    The following tables list the members exposed by IPictureFormat.

    Public Properties
     NameDescription
     PropertyGets or sets the black-white threshold of the specified picture. The value for this property must be a number from 0.0 (all black point) to 1.0 (all white point).  
     PropertyGets or sets the brightness of the specified picture or OLE object. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).  
     PropertyGets or sets the type of color transformation applied to the specified picture or OLE object.  
     PropertyGets or sets the contrast for the specified picture or OLE object. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast).  
     PropertyGets an Crop object that represents the cropping settings for the specified PictureFormat object.  
     PropertyGets the number of pixels that are cropped off the bottom of the specified picture or OLE object.  
     PropertyGets the number of pixels that are cropped off the left of the specified picture or OLE object.  
     PropertyGets the number of pixels that are cropped off the right of the specified picture or OLE object.  
     PropertyGets the number of pixels that are cropped off the top of the specified picture or OLE object.  
     PropertyGets or sets the transparent color for the specified picture as a red-green-blue (RGB) value.  
     PropertyGets or sets a value indicating whether the picture all the way to the objects behind the picture is transparency.  
    Top
    Public Methods
     NameDescription
     MethodChanges the brightness of the picture by the specified amount.  
     MethodChanges the contrast of the picture by the specified amount.  
     MethodChanges the color of a picture in a publication.  
     MethodRestores the original colors of a picture that was recolored.  
    Top
    See Also