[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfObjectExt.FromObject

FromObject Method

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:

Declaration
public static IPdfObject FromObject(object obj)
Public Shared Function FromObject(obj As Object) As IPdfObject
Parameters
Type Name Description
object obj
Returns
Type Description
IPdfObject