Click or drag to resize

PdfContentExtensions Class

Provides access to low level graphics state parameter dictionary entries from a PdfContentFormat type and PdfString or PdfArray objects that are used as a backing storage of PdfEncodedContentString structure.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ObjectsPdfContentExtensions

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public static class PdfContentExtensions

The PdfContentExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetStringOrArray Gets the PdfString or PdfArray that serves as a backing storage of the specified PdfEncodedContentString.
Public Extension MethodSetValue

Sets the graphics state parameter value associated with the specified graphics state parameter key.

Supported graphics state parameter keys are listed in the first column of the Table 58 – Entries in a Graphics State Parameter Dictionary.

Public Extension MethodTryGetValue

Gets the graphics state parameter value associated with the specified graphics state parameter key.

Supported graphics state parameter keys are listed in the first column of the Table 58 – Entries in a Graphics State Parameter Dictionary.

Top
See Also