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
| Name | Type | Access | Description |
|---|---|---|---|
FillAlpha | double | Read/Write | Fill opacity (ca). |
StrokeAlpha | double | Read/Write | Stroke opacity (CA). |
BlendMode | string | Read/Write | Blend mode (BM). |
OverprintStroke | bool | Read/Write | Overprint for stroking (OP). |
OverprintFill | bool | Read/Write | Overprint for non-stroking (op). |
LineWidth | double? | Read/Write | Line width override (LW), or null if not set. |
LineCap | int? | Read/Write | Line cap override (LC), or null if not set. |
LineJoin | int? | Read/Write | Line join override (LJ), or null if not set. |
Methods
| Signature | Description |
|---|---|
FromPage(page: Page) | Resolve all ExtGState dictionaries from a page’s resources. |