ImageGear .NET v25.0 - Updated
VisPolicy Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDictionary Class : VisPolicy Property
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

Reference

ImGearPDFDictionary Class
ImGearPDFDictionary Members
ImGearPDFOCMDVisPolicy Enumeration
ImGearPDFLayer Class