Click or drag to resize

ObjSet Class

ObjSet is a lightweight container that can hold a collection of SDF objects.
Inheritance Hierarchy
SystemObject
  pdftron.SDFObjSet

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class ObjSet : IClosable

The ObjSet type exposes the following members.

Constructors
  NameDescription
Public methodObjSet
Instantiates a new ObjSet.
Top
Methods
  NameDescription
Public methodClose
Public methodCreateArray
Creates an Array Obj.
Public methodCreateBool
Creates a Bool Obj.
Public methodCreateDict
Creates a Dict Obj.
Public methodCreateName
Creates a Name Obj.
Public methodCreateNull
Creates a Null Obj.
Public methodCreateNumber
Creates a Number Obj.
Public methodCreateString
Creates a String Obj.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also