Click or drag to resize

PdfContentFormat Class

Represents a group of formatting properties applied to a PDF content.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ContentPdfContentFormat

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public sealed class PdfContentFormat

The PdfContentFormat type exposes the following members.

Properties
 NameDescription
Public propertyClip Gets or sets the formatting properties related to clipping an area.
Public propertyFill Gets or sets the formatting properties related to painting an area (filling).
Public propertyStroke Gets or sets the formatting properties related to drawing a line (stroking).
Public propertyText Gets or sets the text-related formatting properties.
Top
Extension Methods
 NameDescription
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.


(Defined by PdfContentExtensions)
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.


(Defined by PdfContentExtensions)
Top
See Also