[]
The base abstract class for LogEntryInvalidDictProp and LogEntryInvalidArrayItem classes.
public abstract class LogEntryInvalidContainerElement : LogEntryInvalidPdfObject
Initializes a new instance of the LogEntryInvalidDictProp class.
public LogEntryInvalidContainerElement(PdfObjID containerID, PdfObjectInfo pdfObjectInfo, string message)
containerID
PdfObjIDpdfObjectInfo
PdfObjectInfomessage
stringDetermines whether the provided log entry is the same as the current entry.
public override bool IsSame(LogEntryBase other)
other
LogEntryBaseA LogEntryBase object.
true if the provided entry is the same as the current entry; otherwise, false.
Indicates whether to serialize ContainerID property.
protected bool ShouldSerializeContainerID()