 | REFOBJReferTo Property |
Gets the
PdfTypeBase object that is reffered by
ReferredBy objects or null if such object does not exists.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfTypeBase ReferTo { get; }
Public ReadOnly Property ReferTo As PdfTypeBase
Get
public:
property PdfTypeBase^ ReferTo {
PdfTypeBase^ get ();
}
member ReferTo : PdfTypeBase with get
/** @property */
public PdfTypeBase get_ReferTo()
Property Value
PdfTypeBase
See Also