ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFLayer Class / SetIntent Method
The new Intent entry value, an array of intent entries (atoms).




In This Topic
    SetIntent Method
    In This Topic
    Sets the 'Intent' entry in a layer's dictionary.
    Syntax
    'Declaration
     
    Public Sub SetIntent( _
       ByVal intent() As ImGearPDFAtom _
    ) 
    'Usage
     
    Dim instance As ImGearPDFLayer
    Dim intent() As ImGearPDFAtom
     
    instance.SetIntent(intent)
    public void SetIntent( 
       ImGearPDFAtom[] intent
    )
    public: void SetIntent( 
       ImGearPDFAtom*[]* intent
    ) 
    public:
    void SetIntent( 
       array<ImGearPDFAtom^>^ intent
    ) 

    Parameters

    intent
    The new Intent entry value, an array of intent entries (atoms).
    Remarks
    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.
    See Also