SingleByteEncodingResource Constructor

Initializes a new instance of the SingleByteEncodingResource font class.

public SingleByteEncodingResource(long uid, Byte[] data)
Public Sub New (uid As Long, data As Byte())

Parameters

uid
Int64

The unique ID of the encoder.

data
Byte[]

Byte array containing the encoders output steam.

Licensing Info

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

See Also

SingleByteEncodingResource
ceTe.DynamicPDF.Text

In this topic