[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArray

IPdfArray Interface

Represents an array interface implemented by PdfArray and PdfArrayObject, allows working with objects of both types in the same way.

Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: DS.Documents.Pdf.dll
Syntax
public interface IPdfArray
Public Interface IPdfArray

Properties

Name Description
Array

Gets the IList<T> interface.

Changed

Gets the value indicating whether this IPdfArray was changed.

Extension Methods