[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfObjectExt

IPdfObjectExt Class

Contains extension methods for the GrapeCity.Documents.Pdf.Spec.IPdfObject interface.

Inheritance
IPdfObjectExt
Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: DS.Documents.Pdf.dll
Syntax
public static class IPdfObjectExt
Public Module IPdfObjectExt

Methods

Name Description
FromObject(object)

Creates a GrapeCity.Documents.Pdf.Spec.IPdfObject from an object. Depending on the type of the object, the following types of PDF objects are crated:

IsContentEqual(IPdfObject, IPdfObject)

Checks whether the content of two GrapeCity.Documents.Pdf.Spec.IPdfObjects is the same. If both objects are null, they are considered to have the same content.

IsContentEqual(IPdfObject, IPdfObject, bool)

Checks whether the content of two GrapeCity.Documents.Pdf.Spec.IPdfObjects is the same. If both objects are null, they are considered to have the same content.

PdfNameFromString(string)

Creates a PdfName from a string, returns PdfNull if string is null, otherwise returns PdfString.

PdfStringFromString(string)

Creates a PdfString from a string, returns PdfNull if the string is null, otherwise returns a PdfString representing the string.