Click or drag to resize

REFOBJ Class

Represents the object that referred by other object
Inheritance Hierarchy
SystemObject
  Patagames.PdfREFOBJ

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class REFOBJ

The REFOBJ type exposes the following members.

Properties
 NameDescription
Public propertyObjectNumber Gets the number of the object which is referred by ReferredBy objects.
Public propertyReferredBy Gets an array of objects which are referred to ObjectNumber/ReferTo.
Public propertyReferTo Gets the PdfTypeBase object that is reffered by ReferredBy objects or null if such object does not exists.
Top
See Also