ExtGStateValue

ExtGStateValue

Overview

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

One /ExtGState entry — name plus stroke/fill alpha factors.

This class provides 1 method for working with ExtGStateValue objects in .NET programs. Available methods include: ExtGStateValue. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: CA, Name, ca.

Properties

NameTypeAccessDescription
NamestringReadResource name (e.g.
CAdoubleReadStroking alpha constant (CA).
cadoubleReadNon-stroking alpha constant (ca).

Methods

SignatureDescription
ExtGStateValue(name: string)Calls ExtGStateValue on this ExtGStateValue instance.

See Also