[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Picture

Picture Class

Represents a picture element in a body content.

Inheritance
Picture
Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class Picture : ShapeBase, IBrowsable<Picture>
Public Class Picture
    Inherits ShapeBase
    Implements IBrowsable(Of Picture)

Properties

Name Description
AlternativeText

Gets or sets the alternative text for the picture.

This text can be used by assistive technologies or applications that do not display the actual picture.

Effects

Gets the shape effects formatting properties.

Fill

Gets the fill formatting properties.

GeometryType

Gets or sets a preset geometric shape type.

Hidden

Gets or sets a value indicating whether this picture is hidden (i.e. present in the document but not visible).

Note that an application can have settings that allow this picture to be viewed.

ID

Gets the unique ID of the current picture in the document.

ImageData

Gets the ImageData representing this picture.

Line

Gets the line formatting properties.

Name

Gets or sets the current picture name.

Typically, this is used to store the original file name of the picture.

Next

Gets the next picture.

Previous

Gets the previous picture.

Style

Gets the style information for the picture.

Title

Gets or sets the title (caption) of this picture.

Methods

Name Description
ApplyEffectsPreset(ShapeEffectsPreset)
ApplyImageExifRotation()

Rotates the current Picture according to the Exif orientation info in ImageData (if available).

ApplyPreset(PicturePreset)

Applies a PicturePreset to this Picture.

Preset contains predefined fill, line, geometry and effects.