PDF3DRenderMode.PDF3DRenderMode

PDF3DRenderMode(RenderModeType)

Initializes a new instance of the PDF3DRenderMode class.

public PDF3DRenderMode(RenderModeType subtype)
ParameterTypeDescription
subtypeRenderModeTypeThe render mode type.

See Also


PDF3DRenderMode(string)

Initializes a new instance of the PDF3DRenderMode class.

public PDF3DRenderMode(string typeName)
ParameterTypeDescription
typeNameStringName of the type.

Exceptions

exceptioncondition
ArgumentExceptionUnknown a render mode type argument

See Also