Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IPictureFormat Interface
Properties

In This Topic
    IPictureFormat Interface Members
    In This Topic

    The following tables list the members exposed by IPictureFormat.

    Public Properties
     NameDescription
     Property Gets 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).  
     Property Gets or sets the type of color transformation applied to the specified picture.  
     Property Gets 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 the ICrop object that represents the cropping settings for the specified IPictureFormat object.  
     Property Gets or sets the number of points that are cropped off the bottom of the specified picture.  
     Property Gets or sets the number of points that are cropped off the left side of the specified picture.  
     Property Gets or sets the number of points that are cropped off the right side of the specified picture.  
     Property Gets or sets the number of points that are cropped off the top of the specified picture.  
     Property Gets or sets the byte array of this picture.  
     Property Gets or sets the reference of current picture.  
     Property Gets or sets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear).  
     Property Gets or sets whether the specified picture format uses a transparent background.  
     Property Gets the image type of this picture.  
     Property Gets the URL of the picture from JSON.  
    Top
    See Also