HeaderFooterPicture Properties
A picture embedded in a worksheet header or footer.| Name | Description |
|---|---|
| Brightness | Gets or sets the brightness level of the picture. |
| ColorType | Gets or sets the type of color transformation applied to the picture. |
| Contrast | Gets or sets the contrast of the picture. |
| CropBottom | Gets or sets the number of points that are cut from the bottom of the picture. |
| CropLeft | Gets or sets the number of pixels that are cut from the left of the picture. |
| CropRight | Gets or sets the number of pixels that are cut from the right of the picture. |
| CropTop | Gets or sets the number of points that are cut from the top of the picture. |
| Height | Gets or sets the height of the picture. |
| Image | Gets an image contained in the header or footer picture object. |
| LockAspectRatio | Gets or sets whether the picture retains its original proportions after resizing. |
| OriginalHeight | Gets the original height of the picture. |
| OriginalWidth | Gets the original width of the picture. |
| Width | Gets or sets the width of the picture. |
See Also