DocumentWriter.WriteReference

Overloads

WriteReference(Int32)Writes a resource reference to the document.
WriteReference(Resource)Writes a reference to the supplied resource to the document.

WriteReference(Int32)

Writes a resource reference to the document.

public abstract void WriteReference(int objectNumber)
MustOverride Sub WriteReference(objectNumber As Integer)

Parameters

objectNumber
Int32

Resource object number or page number to be written to the document.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

WriteReference(Resource)

Writes a reference to the supplied resource to the document.

public void WriteReference(Resource resource)
Sub WriteReference(resource As Resource)

Parameters

resource
Resource

Resource to be written to the document.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

DocumentWriter
ceTe.DynamicPDF.IO

In this topic