PDF3DArtwork

Overview

PDF3DArtwork is a class in Aspose.PDF FOSS for .NET.

A 3D artwork dictionary referenced by a PDF 3D annotation.

This class provides 4 methods for working with PDF3DArtwork objects in .NET programs. Available methods include: GetViewsArray, GetViewsList, PDF3DArtwork. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Content, LightingScheme, RenderMode, ViewArray.

Properties

NameTypeAccessDescription
ContentPDF3DContent?Read/WriteGets or sets the content.
LightingSchemePDF3DLightingScheme?Read/WriteGets or sets the lighting scheme.
RenderModePDF3DRenderMode?Read/WriteGets or sets the render mode.
ViewArrayPDF3DViewArrayReadGets the view array.

Methods

SignatureDescription
PDF3DArtwork(doc: Document, content: PDF3DContent)Calls PDF3DArtwork on this PDF3DArtwork instance.
PDF3DArtwork(doc: Document, content: PDF3DContent, lightingScheme: PDF3DLightingScheme, renderMode: PDF3DRenderMode)
GetViewsArray()Calls GetViewsArray on this PDF3DArtwork instance.
GetViewsList()Calls GetViewsList on this PDF3DArtwork instance.

See Also