API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdArtwork Class
OdArtwork Class
OdPdfPublish__OdArtworkOdPdfPublish__OdArtworkOdPdfPublish__OdArtwork
Syntax
C++
class OdArtwork : public OdObject;

PdfPublishArtwork.h

This class implements an artwork entity for .pdf documents created with Publish SDK. Artwork is a user space object that stores a set of objects of different types (acts as a container for other objects and controls).

 
Name 
Description 
 
Destroys an artwork object. 
 
Name 
Description 
 
Adds a new animation object to the artwork.
 
 
Adds a new view to the artwork.
 
 
Returns all animation objects that exist within the artwork. The method fills a passed array of smart poiters to an animation object and returns it to a calling subroutine.
 
 
Returns the current animation style of the artwork. The method fills a passed animation style and returns it to a calling subroutine.
 
 
Returns the current source of preferred view options for the artwork. The method fills a passed options source value and returns it to a calling subroutine.
 
 
Returns the current source of preferred display options for the artwork entity. The method fills a passed options source value and returns it to a calling subroutine.
 
 
Returns the current JavaScript scenario for the artwork. The method fills a passed string object with the JavaScript scenario source code and returns it to a calling subroutine.
 
 
Returns the current Picture Mastering Index color used by the artwork. The method fills a passed ODCOLORREF value and returns it to a calling subroutine.  
 
Returns the current value of the cross highlighting flag for the Picture Mastering Index (PMI) color. The method fills a passed boolean value and returns it to a calling subroutine.
 
 
Returns the current value of the PMI semantic data flag. The method fills a passed boolean value and returns it to a calling subroutine.
 
 
Returns an array of artwork views. The method fills a passed view array object and returns it to a calling subroutine.
 
 
Sets an animation style for the artwork.
 
 
Sets the preferred view option source for the artwork.
 
 
Sets the source of preferred display options for the artwork entity.
 
 
Sets a JavaScript scenario for the artwork.
 
 
Sets a Picture Mastering Index color to be used by the artwork.  
 
Sets the cross highlighting flag for the Picture Mastering Index (PMI) color of the artwork entity. If the flag is set to true, the geometry related to a piece of PMI is highlighted when the PMI is selected, otherwise it is not.  
 
Sets the semantic data flag for the Picture Mastering Index (PMI) of the artwork entity. If the flag is set to true, the artwork entity stores the semantic data, otherwise it does not.  
Copyright © 2002–2020. Open Design Alliance. All rights reserved.