ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDictionary Class / VisPolicy Property




In This Topic
    VisPolicy Property
    In This Topic
    Gets the optional-content membership dictionary's visibility policy.
    Syntax
    'Declaration
     
    Public ReadOnly Property VisPolicy As ImGearPDFOCMDVisPolicy
    'Usage
     
    Dim instance As ImGearPDFDictionary
    Dim value As ImGearPDFOCMDVisPolicy
     
    value = instance.VisPolicy
    public ImGearPDFOCMDVisPolicy VisPolicy {get;}
    public: __property ImGearPDFOCMDVisPolicy get_VisPolicy();
    public:
    property ImGearPDFOCMDVisPolicy VisPolicy {
       ImGearPDFOCMDVisPolicy get();
    }

    Property Value

    ImGearPDFOCMDVisPolicy enumeration value.
    Remarks
    Gets the optional-content membership dictionary's visibility policy, which determines the visibility of content with respect to the ON-OFF state of the layers listed in the dictionary.
    See Also