PDF3DLightingScheme.PDF3DLightingScheme

PDF3DLightingScheme(LightingSchemeType)

Initializes a new instance of the PDF3DLightingScheme class.

public PDF3DLightingScheme(LightingSchemeType type)
ParameterTypeDescription
typeLightingSchemeTypeThe lighting scheme type.

See Also


PDF3DLightingScheme(string)

Initializes a new instance of the PDF3DLightingScheme class.

public PDF3DLightingScheme(string typeName)
ParameterTypeDescription
typeNameStringName of the lighting scheme type.

Exceptions

exceptioncondition
ArgumentExceptionUnknown lighting scheme type argument

See Also