| PropertyListTypes Enumeration |
Represents the type of the property list of marked content (
Parameters)
Namespace: Patagames.Pdf.EnumsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public enum PropertyListTypes
Public Enumeration PropertyListTypes
public enum class PropertyListTypes
public enum PropertyListTypes
Patagames.Pdf.Enums.PropertyListTypes = function();
Patagames.Pdf.Enums.PropertyListTypes.createEnum('Patagames.Pdf.Enums.PropertyListTypes', false);
Members Member name | Value | Description |
---|
None | 0 |
Has no any parameters
|
PropertiesDict | 1 |
Indicates that the values are indirect references to objects outside the content stream, the Parameters
dictionary must be defined as a named resource in the Properties subdictionary of the current resource dictionary.
|
DirectDict | 2 |
If all of the values in a property list dictionary are direct objects, the dictionary
may be written inline in the content stream as a direct object.
|
See Also