MacroPdf417.SetFileID

Overloads

SetFileID(Int32)Sets the file ID for the macro PDF417 barcode.
SetFileID(Int32[])Sets the file ID using an array of base 900 numbers (0 to 899).

SetFileID(Int32)

Sets the file ID for the macro PDF417 barcode.

public void SetFileID(int fileId)
Sub SetFileID(fileId As Integer)

Parameters

fileId
Int32

The file ID of the macro PDF417 barcode.

Licensing Info

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

SetFileID(Int32[])

Sets the file ID using an array of base 900 numbers (0 to 899).

public void SetFileID(Int32[] fileIdArray)
Sub SetFileID(fileIdArray As Int32[])

Parameters

fileIdArray
Int32[]

The file ID of the macro PDF417 barcode provided as an array of base 900 numbers (0 to 899).

Licensing Info

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

See Also

MacroPdf417
ceTe.DynamicPDF.PageElements.BarCoding

In this topic