[]
Represents a mark information dictionary, providing additional information relevant to specialized uses of structured PDF documents.
get id(): number;
Gets the reference to the object.
number
get marked(): boolean;
Gets a flag indicating whether the document conforms to Tagged PDF conventions.
boolean
set marked(value): void;
Sets a flag indicating whether the document conforms to Tagged PDF conventions.
boolean
void
get om(): ObjectManager;
Gets the owner ObjectManager instance.
get suspects(): boolean;
Gets a flag indicating the presence of tag suspects.
boolean
set suspects(value): void;
Sets a flag indicating the presence of tag suspects.
boolean
void
get userProperties(): boolean;
Gets a flag indicating the presence of structure elements that contain user properties attributes.
boolean
set userProperties(value): void;
Sets a flag indicating the presence of structure elements that contain user properties attributes.
boolean
void
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void