[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.SharedPicture

SharedPicture Class

Represents a shared Picture.

Inheritance
SharedPicture
Namespace: GrapeCity.Documents.Word.Layout
Assembly: DS.Documents.Word.dll
Syntax
public class SharedPicture : SharedObject
Public Class SharedPicture
    Inherits SharedObject

Properties

Name Description
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.

ContentType

Gets the image content type.

HasCrop

Gets the value indicating if the source image should be cropped.

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.

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.