ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFLayer Class : SetUsageInfo Method |
'Declaration Public Sub SetUsageInfo( _ ByVal key As ImGearPDFAtom, _ ByVal value As ImGearPDFBasObj _ )
'Usage Dim instance As ImGearPDFLayer Dim key As ImGearPDFAtom Dim value As ImGearPDFBasObj instance.SetUsageInfo(key, value)
public void SetUsageInfo( ImGearPDFAtom key, ImGearPDFBasObj value )
public: void SetUsageInfo( ImGearPDFAtom* key, ImGearPDFBasObj* value )
public: void SetUsageInfo( ImGearPDFAtom^ key, ImGearPDFBasObj^ value )
A Usage dictionary entry provides more specific intended usage information than an intent entry.
The usage value can act as a kind of metadata, describing the sort of things that belong to the layer: for example, text in French, fine detail on a map, or a watermark. The usage values can also be used by the AutoState mechanism to make decisions about what layers should be on and what layers should be off.