Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfObjectExt Class
Methods

In This Topic
    IPdfObjectExt Class Members
    In This Topic

    The following tables list the members exposed by IPdfObjectExt.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a IPdfObject from an object. Depending on the type of the object, the following types of PDF objects are crated:  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Checks whether the content of two IPdfObjects is the same. If both objects are a null reference (Nothing in Visual Basic), they are considered to have the same content.  
    Public Methodstatic (Shared in Visual Basic)Creates a PdfName from a string, returns PdfNull if string is null, otherwise returns PdfString.  
    Public Methodstatic (Shared in Visual Basic)Creates a PdfString from a string, returns PdfNull if the string is a null reference (Nothing in Visual Basic), otherwise returns a PdfString representing the string.  
    Top
    See Also