[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.AttrRevision

Class AttrRevision

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

Represents a structure attribute (Attr object) and its revision.

public class AttrRevision : RevisionItem, IOwnedObject
Inheritance
object
AttrRevision
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

AttrRevision(Attr, int)

Initializes a new instance of the AttrRevision class.

public AttrRevision(Attr attr, int revision = 0)

Parameters

attr Attr

The underlying Attr object.

revision int

The revision of the attribute, 0 by default.

Properties

Attr

Gets the underlying Attr object.

public Attr Attr { get; set; }

Property Value

Attr

Owner

Gets the AttrRevisionCollection containing this object.

public AttrRevisionCollection Owner { get; }

Property Value

AttrRevisionCollection

StructElement

Gets the StructElement owning this object.

public StructElement StructElement { get; }

Property Value

StructElement