[]
        
(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: GcDocs.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

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