Class PdfGroupAttributes.Keys
Predefined keys of this dictionary.
public class PdfGroupAttributes.Keys : KeysBase
- Inheritance
-
PdfGroupAttributes.Keys
- Derived
- Inherited Members
Constructors
Keys()
public Keys()
Fields
S
(Required) The group subtype, which identifies the type of group whose attributes this dictionary describes and determines the format and meaning of the dictionary’s remaining entries. The only group subtype defined in PDF 1.4 is Transparency. Other group subtypes may be added in the future.
public const string S = "/S"
Field Value
Type
(Optional) The type of PDF object that this dictionary describes; if present, must be Group for a group attributes dictionary.
public const string Type = "/Type"