SharedPicture Class Members
In This Topic
The following tables list the members exposed by SharedPicture.
Public Properties
| Name | Description |
| AboveText |
Gets a value indicating if the object should appear in front of the text layer.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| BelowText |
Gets a value indicating if the object should appear behind the text layer.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| BottomCrop |
Gets the bottom cropped edge, in percents of the source image height divided by 100.
A positive percentage specifies an inset, while a negative percentage specifies an outset.
|
| BoundsHeight |
Gets the object bounds height (taking rotation into account), in points.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| BoundsHeightWithExtent |
Gets the object bounds height with effect extent, in points.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| BoundsWidth |
Gets the object bounds width (taking rotation into account), in points.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| BoundsWidthWithExtent |
Gets the object bounds width with effect extent, in points.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| ContentType |
Gets the image content type.
|
| EffectExtentBottom |
Gets the additional extent that is added to the bottom edge of an object
in order to compensate for any drawing effects applied to the object, in points.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| EffectExtentLeft |
Gets the additional extent that is added to the left edge of an object
in order to compensate for any drawing effects applied to the object, in points.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| EffectExtentRight |
Gets the additional extent that is added to the right edge of an object
in order to compensate for any drawing effects applied to the object, in points.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| EffectExtentTop |
Gets the additional extent that is added to the top edge of an object
in order to compensate for any drawing effects applied to the object, in points.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| HasCrop |
Gets the value indicating if the source image should be cropped.
|
| Height |
Gets the object height, in points.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| HorizontalFlip |
Gets a value indicating whether the object is flipped horizontally.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| ImageData |
Gets the image binary data.
|
| ImageFilePath |
Gets the path to image file.
|
| LeftCrop |
Gets the left cropped edge, in percents of the source image width divided by 100.
A positive percentage specifies an inset, while a negative percentage specifies an outset.
|
| Opacity |
Gets the opacity level between 0.0 (fully transparent) and 1.0 (fully opaque).
|
| RightCrop |
Gets the right cropped edge, in percents of the source image width divided by 100.
A positive percentage specifies an inset, while a negative percentage specifies an outset.
|
| RotationAngle |
Gets the rotation angle, in degrees.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| TopCrop |
Gets the top cropped edge, in percents of the source image height divided by 100.
A positive percentage specifies an inset, while a negative percentage specifies an outset.
|
| VerticalFlip |
Gets a value indicating whether the object has been flipped vertically.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| Width |
Gets the object width, in points.
(Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| WordShape | Gets the source GrapeCity.Documents.Word.ShapeBase object. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
| ZOrder | Gets the relative Z-order of the object in a document. All objects with a AboveText value of true are displayed above objects with a BelowText of true. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject) |
Top
See Also