ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFLayer Class / GetIntent Method




In This Topic
    GetIntent Method
    In This Topic
    Gets the intent list for a layer.
    Syntax
    'Declaration
     
    Public Function GetIntent() As ImGearPDFAtom()
    'Usage
     
    Dim instance As ImGearPDFLayer
    Dim value() As ImGearPDFAtom
     
    value = instance.GetIntent()
    public ImGearPDFAtom[] GetIntent()
    public: ImGearPDFAtom*[]* GetIntent(); 
    public:
    array<ImGearPDFAtom^>^ GetIntent(); 

    Return Value

    ImGearPDFAtom class object array.
    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