Class PdfExtGState
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
PdfDocumentThe document.
Properties
NonStrokeAlpha
Sets the alpha value for non-stroking operations.
public double NonStrokeAlpha { set; }
Property Value
NonStrokeOverprint
Sets the overprint value for non-stroking operations.
public bool NonStrokeOverprint { set; }
Property Value
SoftMask
Sets a soft mask object.
public PdfSoftMask SoftMask { set; }
Property Value
StrokeAlpha
Sets the alpha value for stroking operations.
public double StrokeAlpha { set; }
Property Value
StrokeOverprint
Sets the overprint value for stroking operations.
public bool StrokeOverprint { set; }