ExtGState

Overview

ExtGState is a class in Aspose.PDF FOSS for .NET.

Represents an Extended Graphics State dictionary (PDF32000 §8.4.5).

This class provides 1 method for working with ExtGState objects in .NET programs. Available methods include: FromPage. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: BlendMode, FillAlpha, LineCap, LineJoin, LineWidth, OverprintFill, and 2 more.

Properties

NameTypeAccessDescription
FillAlphadoubleRead/WriteFill opacity (ca).
StrokeAlphadoubleRead/WriteStroke opacity (CA).
BlendModestringRead/WriteBlend mode (BM).
OverprintStrokeboolRead/WriteOverprint for stroking (OP).
OverprintFillboolRead/WriteOverprint for non-stroking (op).
LineWidthdouble?Read/WriteLine width override (LW), or null if not set.
LineCapint?Read/WriteLine cap override (LC), or null if not set.
LineJoinint?Read/WriteLine join override (LJ), or null if not set.

Methods

SignatureDescription
FromPage(page: Page)Resolve all ExtGState dictionaries from a page’s resources.

See Also