CollectionColors Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a collection colors.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel.CollectionsCollectionColors

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel.Collections
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class CollectionColors : UndefinedResource

The CollectionColors type exposes the following members.

Constructors

  NameDescription
Public methodCollectionColors
Initializes a new instance of the CollectionColors class.
Top
Properties

  NameDescription
Public propertyBackground
Gets or sets an array of three numbers in the range 0.0 to 1.0, representing a DeviceRGB colour used for the background of the view.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyCardBackground
Gets or sets an array of three numbers in the range 0.0 to 1.0, representing a DeviceRGB colour used for the background of the card.
Public propertyCardBorder
Gets or sets an array of three numbers in the range 0.0 to 1.0, representing a DeviceRGB colour used for the border of the card.
Public propertyPrimaryText
Gets or sets an array of three numbers in the range 0.0 to 1.0, representing a DeviceRGB colour used for the primary text in a navigator.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertySecondaryText
Gets or sets an array of three numbers in the range 0.0 to 1.0, representing a DeviceRGB colour used for other text in a navigator.
Top
See Also

Reference