PDF3DArtwork.PDF3DArtwork

PDF3DArtwork(Document, PDF3DContent, PDF3DLightingScheme, PDF3DRenderMode)

Initializes a new instance of the PDF3DArtwork class.

public PDF3DArtwork(Document doc, PDF3DContent content, PDF3DLightingScheme lightingScheme, 
    PDF3DRenderMode renderMode)
ParameterTypeDescription
docDocumentThe document.
contentPDF3DContentThe content.
lightingSchemePDF3DLightingSchemeThe lighting scheme.
renderModePDF3DRenderModeThe render mode.

See Also


PDF3DArtwork(Document, PDF3DContent)

Initializes a new instance of the PDF3DArtwork class.

public PDF3DArtwork(Document doc, PDF3DContent content)
ParameterTypeDescription
docDocumentThe document.
contentPDF3DContentThe content.

See Also