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

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