Click or drag to resize

OfficeToPDFOptionsSetLocale Method

Sets the value for Locale in the options object ISO 639-1 code of the current system locale. For example: 'en-US', 'ar-SA', 'de-DE', etc.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public OfficeToPDFOptions SetLocale(
	string value
)

Parameters

value
Type: SystemString
ISO 639-1 code of the current system locale. For example: 'en-US', 'ar-SA', 'de-DE', etc.

Return Value

Type: OfficeToPDFOptions

[Missing <returns> documentation for "M:pdftron.PDF.OfficeToPDFOptions.SetLocale(System.String)"]

See Also