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

In This Topic
    FromObject Method
    In This Topic
    Creates a IPdfObject from an object. Depending on the type of the object, the following types of PDF objects are crated:
    Syntax
    'Declaration
     
    Public Shared Function FromObject( _
       ByVal obj As System.Object _
    ) As IPdfObject
    public static IPdfObject FromObject( 
       System.object obj
    )

    Parameters

    obj
    See Also