[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.SharedPicture

Class SharedPicture

Namespace
GrapeCity.Documents.Word.Layout
Assembly
GcDocs.Word.Layout.dll

Represents a shared Picture.

public class SharedPicture : SharedObject
Inheritance
object
SharedPicture
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

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.

public float BottomCrop { get; }

Property Value

float

ContentType

Gets the image content type.

public string ContentType { get; }

Property Value

string

HasCrop

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

public bool HasCrop { get; }

Property Value

bool

ImageData

Gets the image binary data.

public byte[] ImageData { get; }

Property Value

byte[]

ImageFilePath

Gets the path to image file.

public string ImageFilePath { get; }

Property Value

string

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.

public float LeftCrop { get; }

Property Value

float

Opacity

Gets the opacity level between 0.0 (fully transparent) and 1.0 (fully opaque).

public float Opacity { get; }

Property Value

float

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.

public float RightCrop { get; }

Property Value

float

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.

public float TopCrop { get; }

Property Value

float