Name | Description | |
---|---|---|
getBrightness | Gets 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). | |
getColorType | Gets the type of color transformation applied to the specified picture. | |
getContrast | Gets 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). | |
getCrop | Gets the ICrop object that represents the cropping settings for thespecified IPictureFormat object. | |
getCropBottom | Gets the number of points that are cropped off the bottom of the specified picture. | |
getCropLeft | Gets the number of points that are cropped off the left side of the specified picture. | |
getCropRight | Gets the number of points that are cropped off the right side of the specified picture. | |
getCropTop | Gets the number of points that are cropped off the top of the specified picture. | |
getFill | Gets the byte array of the specified picture. | |
getReference | Gets or sets the reference of current picture. | |
getTransparency | Gets the degree of transparency of the specified picture. | |
getTransparentBackground | Gets whether the specified picture format uses a transparent background. | |
getType | Gets the image type of the specified picture. | |
getUrl | Gets the URL of the picture from JSON. | |
setBrightness | 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). | |
setColorType | Sets the type of color transformation applied to the specified picture. | |
setContrast | 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). | |
setCropBottom | Sets the number of points that are cropped off the bottom of the specified picture. | |
setCropLeft | Sets the number of points that are cropped off the left side of the specified picture. | |
setCropRight | Sets the number of points that are cropped off the right side of the specified picture. | |
setCropTop | Sets the number of points that are cropped off the top of the specified picture. | |
setFill | Sets the byte array of the specified picture. | |
setReference | Sets the reference of current picture. | |
setTransparency | Sets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear). | |
setTransparentBackground | Sets whether the specified picture format uses a transparent background. |