Click or drag to resize

PdfPortfolioColors Class

Specifies a suggested set of colors for use by a PdfPortfolio layout.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.Pdf.PortfoliosPdfPortfolioColors

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public class PdfPortfolioColors : PdfObject

The PdfPortfolioColors type exposes the following members.

Properties
 NameDescription
Public propertyBackground(Optional; PDF 2.0)A DeviceRGB color used for the background of the view.
Public propertyCardBackground(Optional; PDF 2.0)A DeviceRGB color used for the background of the card.
Public propertyCardBorder(Optional; PDF 2.0)A DeviceRGB color used for the border of the card.
Public propertyMetadata(Optional; PDF 1.4) A metadata stream containing metadata for the component.
(Inherited from PdfObject)
Public propertyPrimaryText(Optional; PDF 2.0)A DeviceRGB color used for the primary text in a navigator.
Public propertySecondaryText(Optional; PDF 2.0)A DeviceRGB color used for other text in a navigator.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also