[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArray

Interface IPdfArray

Namespace
GrapeCity.Documents.Pdf.Spec
Assembly
GcDocs.Pdf.dll

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

public interface IPdfArray
Extension Methods

Properties

Array

Gets the System.Collections.Generic.IList<T> interface.

IList<IPdfObject> Array { get; }

Property Value

System.Collections.Generic.IList<T><GrapeCity.Documents.Pdf.Spec.IPdfObject>

Changed

Gets the value indicating whether this IPdfArray was changed.

bool Changed { get; set; }

Property Value

bool