[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PictureCollection

PictureCollection Class

Represents a collection of Picture objects.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class PictureCollection : ContentObjectCollection<Picture>, IContentList<Picture>, IReadOnlyList<Picture>, IReadOnlyCollection<Picture>, IEnumerable<Picture>, IEnumerable
Public Class PictureCollection
    Inherits ContentObjectCollection(Of Picture)
    Implements IContentList(Of Picture), IReadOnlyList(Of Picture), IReadOnlyCollection(Of Picture), IEnumerable(Of Picture), IEnumerable

Methods

Name Description
Add()

Adds a Picture to this collection at the End location.

Add(Image)

Adds a Picture to this collection at the End location.

Add(byte[], string)

Adds a Picture to this collection at the End location.

Add(byte[], string, float, float)

Adds a Picture to this collection at the End location.

Insert(Image, InsertLocation)

Inserts a Picture into this collection at a specified location.

Insert(InsertLocation)

Inserts a Picture into this collection at a specified location.

Insert(byte[], string, InsertLocation)

Inserts a Picture into this collection at a specified location.

Insert(byte[], string, float, float, InsertLocation)

Inserts a Picture into this collection at a specified location.