[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Log.LogEntryInvalidContainerElement

Class LogEntryInvalidContainerElement

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

The base abstract class for GrapeCity.Documents.Pdf.Log.LogEntryInvalidDictProp and GrapeCity.Documents.Pdf.Log.LogEntryInvalidArrayItem classes.

public abstract class LogEntryInvalidContainerElement : LogEntryInvalidPdfObject
Inheritance
object
GrapeCity.Documents.Pdf.Log.LogEntryBase
GrapeCity.Documents.Pdf.Log.LogEntryInvalidPdfObject
LogEntryInvalidContainerElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

LogEntryInvalidContainerElement(PdfObjID, PdfObjectInfo, string)

Initializes a new instance of the GrapeCity.Documents.Pdf.Log.LogEntryInvalidDictProp class.

public LogEntryInvalidContainerElement(PdfObjID containerID, PdfObjectInfo pdfObjectInfo, string message)

Parameters

containerID PdfObjID
pdfObjectInfo GrapeCity.Documents.Pdf.Serialization.PdfObjectInfo
message string

Methods

IsSame(LogEntryBase)

public override bool IsSame(LogEntryBase other)

Parameters

other GrapeCity.Documents.Pdf.Log.LogEntryBase

Returns

bool

ShouldSerializeContainerID()

Indicates whether to serialize ContainerID property.

protected bool ShouldSerializeContainerID()

Returns

bool