[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Log.LogEntryInvalidContainerElement

Class LogEntryInvalidContainerElement

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

The base abstract class for LogEntryInvalidDictProp and LogEntryInvalidArrayItem classes.

public abstract class LogEntryInvalidContainerElement : LogEntryInvalidPdfObject
Inheritance
LogEntryInvalidContainerElement
Inherited Members

Constructors

LogEntryInvalidContainerElement(PdfObjID, PdfObjectInfo, string)

Initializes a new instance of the LogEntryInvalidDictProp class.

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

Parameters

containerID PdfObjID
pdfObjectInfo PdfObjectInfo
message string

Methods

IsSame(LogEntryBase)

Determines whether the provided log entry is the same as the current entry.

public override bool IsSame(LogEntryBase other)

Parameters

other LogEntryBase

A LogEntryBase object.

Returns

bool

true if the provided entry is the same as the current entry; otherwise, false.

ShouldSerializeContainerID()

Indicates whether to serialize ContainerID property.

protected bool ShouldSerializeContainerID()

Returns

bool