Contains all used ExtGState objects of a document.
Inheritance Hierarchy
PdfEdit.Pdf.AdvancedPdfResourceTable
PdfEdit.Pdf.AdvancedPdfExtGStateTable
Namespace: PdfEdit.Pdf.Advanced
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The PdfExtGStateTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfExtGStateTable |
Initializes a new instance of this class, which is a singleton for each document.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetExtGStateNonStroke |
Gets a PdfExtGState with the key 'ca' set to the specified alpha value.
| |
GetExtGStateStroke |
Gets a PdfExtGState with the key 'CA' set to the specified alpha value.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also