[]
Contains extension methods for the GrapeCity.Documents.Pdf.Spec.IPdfObject interface.
public static class IPdfObjectExt
Public Module IPdfObjectExt
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. |