Click or drag to resize

IQAttributeIsSystem Field

Indicates that the attribute is a system-level attribute.

Namespace:  Informa.ImageQuest.API.Library
Assembly:  Informa.ImageQuest.API.Library (in Informa.ImageQuest.API.Library.dll) Version: 14.3.0.0
Syntax
public bool IsSystem

Field Value

Type: Boolean
Remarks

System attributes appear on every document implicitly, but are (in general) not displayed in the client applications, and cannot be changed by end users. API consumer applications should take great care when editing values for attributes set IsSystem.

Two notable exceptions to the previous rule are the DocumentType and PageCount system attributes. These attributes can (and must) be set by the API at document creation time, and can be changed subsequently.

See Also