Skip to content

PDFAlternateImageCollection

Namespace: O2S.Components.PDF4NET.Graphics

Defines a collection of alternate images.

public class PDFAlternateImageCollection : System.Collections.ObjectModel.Collection`1[[O2S.Components.PDF4NET.Graphics.PDFAlternateImage, O2S.Components.PDF4NET.NetStandard, Version=16.3.0.1, Culture=neutral, PublicKeyToken=80d03dd9e5b85317]]

Inheritance ObjectCollection<PDFAlternateImage>PDFAlternateImageCollection
Implements

Constructors

PDFAlternateImageCollection()

Initializes a new PDFAlternateImageCollection object.

public PDFAlternateImageCollection()

Properties

Count

public int Count { get; }

Property Value

Int32


Item

public PDFAlternateImage Item { get; set; }

Property Value

PDFAlternateImage