[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionHide.LinkedObjectCollection

ActionHide.LinkedObjectCollection Class

Represents a collection of objects supporting the ActionHide.ILinkedObject interface:

  • IPdfString
  • WidgetAnnotation
  • Field
Inheritance
PdfCollection<ActionHide.ILinkedObject>
ActionHide.LinkedObjectCollection
Namespace: GrapeCity.Documents.Pdf.Actions
Assembly: DS.Documents.Pdf.dll
Syntax
public class ActionHide.LinkedObjectCollection : PdfCollection<ActionHide.ILinkedObject>, IList<ActionHide.ILinkedObject>, ICollection<ActionHide.ILinkedObject>, IReadOnlyList<ActionHide.ILinkedObject>, IReadOnlyCollection<ActionHide.ILinkedObject>, IEnumerable<ActionHide.ILinkedObject>, IPdfArray, IList, ICollection, IEnumerable
Public Class ActionHide.LinkedObjectCollection
    Inherits PdfCollection(Of ActionHide.ILinkedObject)
    Implements IList(Of ActionHide.ILinkedObject), ICollection(Of ActionHide.ILinkedObject), IReadOnlyList(Of ActionHide.ILinkedObject), IReadOnlyCollection(Of ActionHide.ILinkedObject), IEnumerable(Of ActionHide.ILinkedObject), IPdfArray, IList, ICollection, IEnumerable

Constructors

Name Description
LinkedObjectCollection()

Methods

Name Description
Add(string)

Creates an instance of the PdfString from item and adds it to the collection.

Extension Methods