CosPdfString.CosPdfString

CosPdfString(string)

Initializes a new instance of the CosPdfString class.

public CosPdfString(string value)
ParameterTypeDescription
valueStringThe value.

See Also


CosPdfString(string, bool)

Initializes a new instance of the CosPdfString class.

public CosPdfString(string value, bool isHexadecimal)
ParameterTypeDescription
valueStringThe string.
isHexadecimalBooleanif set to true [is hexadecimal].

See Also