HPS::Publish::Artwork

class HPS.Publish.Artwork : public IDisposable

The Publish.Artwork class is a concept class for artwork-related enumerations.

Public Functions

Artwork (HPS.Publish.Artwork in_that)
void Dispose ()
class Display : public IDisposable

The Publish.Artwork.Display class is a concept class for display-related artwork enumerations.

Public Types

enum Preference

Enumerates the preferences for the display of views in ArtworkKit objects.

Values:

Defined

Prefer the display settings (rendering mode, lighting mode, and background color) set in a view when activating it.

Runtime

Prefer the runtime display settings (rendering mode, lighting mode, and background color) in the application when activating a view (except for the default view).

Public Functions

Display (HPS.Publish.Artwork.Display in_that)
void Dispose ()
class View : public IDisposable

The Publish.Artwork.View class is a concept class for view-related artwork enumerations.

Public Types

enum Preference

Enumerates the preferences for default views in ArtworkKit objects.

Values:

Native

Prefer the native default view in the PRC data (if one is present).

PDF

Prefer the default view defined in the PDF (if one is present).

Public Functions

void Dispose ()
View (HPS.Publish.Artwork.View in_that)