[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfIndirectObject-1

PdfIndirectObject<TValue> Class

The abstract class representing a PDF indirect object.

Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: DS.Documents.Pdf.dll
Syntax
public abstract class PdfIndirectObject<TValue> : PdfIndirectObjectBase where TValue : IPdfObject
Public MustInherit Class PdfIndirectObject(Of TValue As IPdfObject)
    Inherits PdfIndirectObjectBase
Type Parameters
Name Description
TValue

Constructors

Name Description
PdfIndirectObject(TValue)

Initializes a new instance of the PdfIndirectObject<TValue> class.

Properties

Name Description
Value

Gets the GrapeCity.Documents.Pdf.Spec.IPdfObject that defines the value of this PdfIndirectObjectBase. That should be a direct object.

OSZAR »