ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFLayer Object > IGPDFLayer Methods > SetIntent Method |
Sets the Intent entry in a layer's dictionary. Intent is an atom value broadly describing the intended use, either View or Design. A layer's content is considered to be optional (that is, the layer's state is considered in its visibility) if any intent in its list matches an intent of the context. The intent list of the context is usually set from the intent list of the document configuration.
SetIntent(Intent As IGPDFAtomArray)
Name | Description |
---|---|
Intent | The new Intent entry value, an array of intent entries (atoms). |
None