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.10.30
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 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
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