[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfStringExt

IPdfStringExt Class

Contains extension methods for the IPdfString interface, allows working with PdfString and PdfStringObject in the same way.

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

Methods

Name Description
AsString(IPdfString)

Converts the IPdfString object to a Unicode string.

IsNullOrEmpty(IPdfString)

Returns a value indicating whether the IPdfString is null or has zero length.

ToArray(IPdfString)

Converts the IPdfString object to a byte array.