Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfObject Class / GetValue Method

In This Topic
    GetValue Method (PdfObject)
    In This Topic
    Returns value of this PdfObject.
    Syntax
    'Declaration
     
    Public MustOverride Function GetValue() As System.Object
    public abstract System.object GetValue()
    See Also