'Declaration Public Overloads Shared Function CreatePDF417StructuredAppendCharacter( _
ByVal symbolPositionThe position for a symbol in the Structured Append format.As Integer, _
ByVal symbolCountThe number of symbols in the Structured Append format.As Integer _
) As PDF417StructuredAppendCharacter
public static PDF417StructuredAppendCharacter CreatePDF417StructuredAppendCharacter(
int symbolPosition,
int symbolCount
)
public: static PDF417StructuredAppendCharacter* CreatePDF417StructuredAppendCharacter(
int symbolPosition,
int symbolCount
)
public:
static PDF417StructuredAppendCharacter^ CreatePDF417StructuredAppendCharacter(
int symbolPosition,
int symbolCount
)
Parameters
- symbolPosition
 - The position for a symbol in the Structured Append format.
 - symbolCount
 - The number of symbols in the Structured Append format.
 
Return Value
Instance of the PDF417StructuredAppendCharacter class.