Click or drag to resize

PropertyListTypes Enumeration

Represents the type of the property list of marked content (Parameters)

Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public enum PropertyListTypes
Members
Member nameValueDescription
None0 Has no any parameters
PropertiesDict1 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.
DirectDict2 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