[]
Represents a collection of Picture objects.
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
Name | Description |
---|---|
Add() | |
Add(Image) | |
Add(byte[], string) | |
Add(byte[], string, float, float) | |
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. |