Table of Contents

Class PdfExtGState

Namespace
PdfSharp.Pdf.Advanced
Assembly
PdfSharp.dll

Represents an extended graphics state object.

public sealed class PdfExtGState : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfExtGState
Implements
Inherited Members

Constructors

PdfExtGState(PdfDocument)

Initializes a new instance of the PdfExtGState class.

public PdfExtGState(PdfDocument document)

Parameters

document PdfDocument

The document.

Properties

NonStrokeAlpha

Sets the alpha value for non-stroking operations.

public double NonStrokeAlpha { set; }

Property Value

double

NonStrokeOverprint

Sets the overprint value for non-stroking operations.

public bool NonStrokeOverprint { set; }

Property Value

bool

SoftMask

Sets a soft mask object.

public PdfSoftMask SoftMask { set; }

Property Value

PdfSoftMask

StrokeAlpha

Sets the alpha value for stroking operations.

public double StrokeAlpha { set; }

Property Value

double

StrokeOverprint

Sets the overprint value for stroking operations.

public bool StrokeOverprint { set; }

Property Value

bool