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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.
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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.