PictureShape Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Picture shape
Inheritance Hierarchy
Bytescout.Spreadsheet.MSODrawingPictureShape
Namespace:Bytescout.Spreadsheet.MSODrawing
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The PictureShape type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PictureShape | Initializes a new instance of the PictureShape class. |
Properties
Name | Description | |
---|---|---|
Brightness | Gets or sets the brightness of the picture. The minimum value of 0.0 specifies that the picture is rendered with the minimum brightness (dimmest). The maximum value of 1.0 specifies that the picture is rendered with the maximum brightness (brightest). The default value for this property is 0.5 and specifies no change to the brightness 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. The minimum value of 0.0 specifies that the picture is rendered with no contrast. The maximum value of 1.0 specifies that the picture is rendered with maximum contrast. The default value for this property is 0.5 and specifies no change to the contrast of the picture. | |
CropFromBottom | Gets or sets the value specified how much to crop the image from the bottom up as a fraction of picture size. | |
CropFromLeft | Gets or sets the value specified how much to crop the image from the left in as a fraction of picture size. | |
CropFromRight | Gets or sets the value specified how much to crop the image from the right in as a fraction of picture size. | |
CropFromTop | Gets or sets the value specified how much to crop the image from the top down as a fraction of picture size. | |
Fill | Fill format | |
Height | Gets or sets the height of this picture in pixels. | |
Left | Gets or sets the position of the left edge of this picture in pixels. | |
LeftColumn | Gets or sets the left column. | |
Line | Gets or sets the LineFormat object represents the border. | |
LockAspectRatio | Gets or sets a value indicating whether the aspect ratio of this picture is locked. | |
Locked | Gets or sets a value indicating whether this PictureShape is locked. | |
Name | Name of the picture | |
Picture | Gets the picture. | |
PlacementType | Gets or sets the Placement setting of this picture, which specifies how changes to the sheet will affect the placement of this picture. | |
Gets or sets a value indicating whether this PictureShape is printable. | ||
Rotation | Gets or sets the rotation of the picture, in degrees. | |
Top | Gets or sets the position of the top edge of this picture in pixels. | |
TopRow | Gets or sets the top row. | |
Width | Gets or sets the width of this picture in pixels. |
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ScaleHeight | Scales the height of the picture by a specified factor. | |
ScaleWidth | Scales the width of the picture by a specified factor. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also