MacroPdf417.SetFileID

Overloads

SetFileID(Int32)Sets the file ID in the macro PDF417 barcode.
SetFileID(Int32[])Sets the file ID array of numbers from 0 to 899 in the macro PDF417 barcode.

SetFileID(Int32)

Sets the file ID in the macro PDF417 barcode.

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

Parameters

fileId
Int32

file ID as integer of the MacroPdf417.

Licensing Info

This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

SetFileID(Int32[])

Sets the file ID array of numbers from 0 to 899 in the macro PDF417 barcode.

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

Parameters

fileIdArray
Int32[]

Array of numbers from 0 to 899.

Licensing Info

This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

See Also

MacroPdf417
ceTe.DynamicBarcode.Creator

In this topic