[]
        
(Showing Draft Content)

MarkInfo

Class: MarkInfo

Represents a mark information dictionary, providing additional information relevant to specialized uses of structured PDF documents.

Extends

Accessors

id

Get Signature

get id(): number;

Gets the reference to the object.

Returns

number

Inherited from

ObjectBase.id


marked

Get Signature

get marked(): boolean;

Gets a flag indicating whether the document conforms to Tagged PDF conventions.

Returns

boolean

Set Signature

set marked(value): void;

Sets a flag indicating whether the document conforms to Tagged PDF conventions.

Parameters
value

boolean

Returns

void


om

Get Signature

get om(): ObjectManager;

Gets the owner ObjectManager instance.

Returns

ObjectManager

Inherited from

ObjectBase.om


suspects

Get Signature

get suspects(): boolean;

Gets a flag indicating the presence of tag suspects.

Returns

boolean

Set Signature

set suspects(value): void;

Sets a flag indicating the presence of tag suspects.

Parameters
value

boolean

Returns

void


userProperties

Get Signature

get userProperties(): boolean;

Gets a flag indicating the presence of structure elements that contain user properties attributes.

Returns

boolean

Set Signature

set userProperties(value): void;

Sets a flag indicating the presence of structure elements that contain user properties attributes.

Parameters
value

boolean

Returns

void

Methods

free()

free(): void;

Detaches the object from the ObjectManager and deallocates its memory, if possible.

Returns

void

Inherited from

ObjectBase.free


rebind()

rebind(omTo): void;

Rebinds the object from the current ObjectManager to the specified one.

Parameters

omTo

ObjectManager

The new ObjectManager for the object.

Returns

void

Inherited from

ObjectBase.rebind